#dino_pephanis-auth-code
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ I'm not sure what you're referring to by transaction auth code, could you clarify?
Gotcha, information regarding the outcome of a payment being sent to a network is stored on the related Charge object in the outcome hash.
https://stripe.com/docs/api/charges/object#charge_object-outcome
And you can find the Charge associated with a Payment Intent via the charges field:
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges
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.
OK, thanks for the info. But can't see the auth code in the outcome
I'm still not entirely certain what the auth code would look like, so we may not surface it.