#eight-checkout-pi
1 messages · Page 1 of 1 (latest)
That's brilliant, thank you.
Hang on while I try it.
How would I go about requesting the PaymentIntents' status by the ID given?
you retrieve the PaymentIntent via the API
that gets you the full PaymentIntent object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's perfect, thank you, I was looking for that page specifically.
One more question, the ID in the checkout session is a hex value while the ID passed to that function is an alphanumeric string.
Can I derive it from the hex code or am I missing something?
The Checkout session object has the field PaymentIntent:0xc000316000
But the getter function looks to want something like "pi_1EUmyo2x6R10KRrhUuJXu9m0"