How to retrieve Checkout Session details?
This section goes over the 'GET Checkout Session Details' data call for Checkout Sessions (single payments) and shows the full response.
Last updated
This section goes over the 'GET Checkout Session Details' data call for Checkout Sessions (single payments) and shows the full response.
Last updated
As this is a data call, you can access it using the 'Get data from an external API' Bubble expression. To retrieve the details regarding a payment we use the 'Stripe - GET Payment Intent Details' option that comes with the plugin.
This call needs the Account ID value from the account associated with the payment and Checkout ID value from the payment you want to retrieve.
You will have access to a bunch of values (you can see the full response below, the payment_intent field in the response contains the Payment Intent ID).