#rajat-avs
1 messages · Page 1 of 1 (latest)
hello, they are available after you confirm a SetupIntent or a PaymentIntent
you would see it server-side on the PaymentIntent / SetupIntent that has succeeded,
e.g. on PaymentIntents, it would be under the Charges array, on the most recent Charge's payment_method_details.card.checks hash: https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card-checks
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.