#ddex3699
1 messages · Page 1 of 1 (latest)
Just paste the payment intent ID in search bar
But payment Intent Id is not available in my db, my db has client_reference_id
I need to search by client_reference_id or session id
https://docs.stripe.com/api/checkout/sessions/retrieve you can call this API to retrieve the checkout session, and retrieve its payment_intent https://docs.stripe.com/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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.