#goliath1879_docs

1 messages ¡ Page 1 of 1 (latest)

errant mothBOT
#

👋 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.

runic forge
#

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?

lost path
#

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

south coyote
#

hi! I'm taking over this thread.

#

how do you collect the card information? with the Payment Element?

lost path
#

We use loadstripe module from stripe js

south coyote
#

but which UI do you use to collect the card details? Card Element, Payment Element, somethign else?

errant mothBOT
lost path
#

Card element

south coyote
#

I would recommend to use the Payment Element. it has more features, and would handle the creation of mandates automatically.

lost path
#

Okay let me try and come back