#Sophia123
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
please give me a second will be with you shortly
please read this through https://stripe.com/docs/payments/bancontact/set-up-payment?platform=web#charge-sepa-pm
I read the documentation, there is no information that I need
the info you're searching for is not on the bancontact Payment Method object but on the latest_attempt of the SetupIntent that created the bancontact
in your case since you're using it with Payment Intent you need to look at the latest_charge
and look for this object https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-bancontact-generated_sepa_debit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you for your help, I saw this documentation, but it seemed to me that in the request retrieving payment method, it would be logical to see this data