#_powerred
1 messages · Page 1 of 1 (latest)
You'll need to make an API call to retrieve the Checkout Session: https://stripe.com/docs/payments/checkout/custom-success-page
And from thé checkout session id ,I Can find the payment intent ?
Yep, there's a payment_intent field if it created one: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks !!!