#everydayant_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/1351532655455502400
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ can you elaborate on what you mean by "via a UI" in this scenario? Is that a UI you're building and maintaining that is built on top of our APIs?
The customers still need to accept/acknowledge the mandate, and information about the mandate acceptance needs to be provided to Stripe.
Yes, the UI that I am building
Okay, so that will still be built on top of our APIs? Do you already have part of this built and know which of our objects/APIs you're working with?
If you integrate using the Payment Element to collect payment details, either using a Setup Intent or a Payment Intent, the Payment Element will automatically display mandate text for you (you can also choose to disable this and display your own).
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=setup
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=payment
Got it. We use setup intent, and then convert it to payment method.
Do you use the Payment Element?
no
If you're collecting the account details with your own fields, then you'll need to manage displaying mandate data
If you switch to Payment Element, you can let it handle that for you
Got it. Thank you