#kanzaki_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1295387191014330438
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ our guide for using Setup Intents to set up SEPA payment methods can be found here:
https://docs.stripe.com/payments/sepa-debit/set-up-payment?platform=web&payment-ui=direct-api
do I access the mandate from the setup intent ?
and do I need to reuse it at some point ?
Yes, the Mandate object is referenced from the Setup Intent:
https://docs.stripe.com/api/setup_intents/object#setup_intent_object-mandate
No, you don't need to manually reference it as far as I'm aware.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there any verification on the IBAN by the stripe element or setup itent ?
The last section of the guide I shared talks about that.
ok, thank you ๐