#goliath1879_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252225819619627060
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Mandates aren't something you need to worry about creating/generating in most integrations. The payment UIs will handle them accordingly if/when required (i.e. when confirming a Setup Intent in the Payment Element)
Which payment methods are you using that require mandates? How are you collecting payment info from users in Stripe?
We are using Card as payment methods and payment info is collected from UI via confirmCardSetup js
I probably might be missing something while I pass the required mandate info in setupIntent create API if mandates are not auto generated
hi! I'm taking over this thread.
how do you collect the card information? with the Payment Element?
We use loadstripe module from stripe js
but which UI do you use to collect the card details? Card Element, Payment Element, somethign else?
Card element
I would recommend to use the Payment Element. it has more features, and would handle the creation of mandates automatically.
Okay let me try and come back