#Lakshmi Priya - mandate ID
1 messages · Page 1 of 1 (latest)
Good question. Checking our docs on this
You will want to use the reference number on the mandate object but I am still figuring out how to get to the mandate object from the payment method https://stripe.com/docs/api/mandates/object#mandate_object-payment_method_details-sepa_debit-reference
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I am still having trouble finding this and I'll reach out to my colleagues for advice. I will get back to you shortly with what they say. https://stripe.com/docs/payments/sepa-debit#debit-notification-emails
Here we go, you can find Stripe's mandate ID from your charge in its payment_method_details.sepa_debit.mandate property.
https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-sepa_debit-mandate
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.