#aer1al-checkout
1 messages · Page 1 of 1 (latest)
you pull the ID of the Session from the URL param, call your backend, and have your backend call the Stripe API to check the status.
note that is only in addition to using webhooks for having your backend update and fulfil the order, which you also need to do(since the customer might not visit the redirect page).
when would i use payment intents?
hmm, that's not related to using Checkout at all really
when you want to have a more complex integration where you host the payment components embedded on your own page instead of a redirect to Checkout(what we call the Custom payment flow)
is it possible to call the Stripe API on the frontend to check the checkout status?
no, it has to be done on the backend