#everydayant_api

1 messages ยท Page 1 of 1 (latest)

solid novaBOT
#

๐Ÿ‘‹ 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.

swift dawnBOT
vestal quarry
#

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?

vestal quarry
#

The customers still need to accept/acknowledge the mandate, and information about the mandate acceptance needs to be provided to Stripe.

gritty iron
#

Yes, the UI that I am building

vestal quarry
#

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?

solid novaBOT
rich shuttle
gritty iron
#

Got it. We use setup intent, and then convert it to payment method.

rich shuttle
#

Do you use the Payment Element?

gritty iron
#

no

rich shuttle
#

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

gritty iron
#

Got it. Thank you