#HaydoTheGreato
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_po8YaT9zBjHDhv
This is the request ID for the most recent attempt, thank you so much for your quick response!!
you can refer to the docs for retrieving a PaymentIntent here : https://stripe.com/docs/api/payment_intents/retrieve
We don't offer you options to pass in other parameters
Just to clarify the only acceptable parameters are client_secret and created then?
you must include the PaymentIntent id
I am trying to get the payment intent id of each payment after it has suceeded, however I am using a no code editor called adalo that has limited capabilities and a prebuil pay with stripe component. Do you have any recommendations for how I can get the paymentintent id in my specific case?