#François
1 messages · Page 1 of 1 (latest)
What integration guide are you using?
I use setupIntents api with sepa debit
to manage my own upcoming debit notifications I need to get the mandate reference from an object but can't find out where I could get it
Ah. It will be on the setupintent then: https://stripe.com/docs/api/setup_intents/object#setup_intent_object-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.
I'll try with that, thank you