#goliath1879_docs

1 messages ¡ Page 1 of 1 (latest)

lavish solsticeBOT
#

👋 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/1252940682398666812

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

mossy plazaBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

lavish solsticeBOT
brittle comet
#

You'd need to re-collect payment details via Setup Intent confirmation. That will handle mandate generation if required

vivid olive
#

By setup Intent confirmation you mean SetupIntent.confirm API right? I don't use it though. Also can you let me know since the end_date is not required field in mandate_options what is the default end_date is ? and when will the mandate expire?

brittle comet
#

If you're not using Setup Intents, then how are you collecting payment details?

vivid olive
#

I would appreciate if you can shed some light on interval parameter. I am using sporadic since payments can occur anytime.

brittle comet
vivid olive
#

I am using SetupIntent.create API and from card element in UI it gets confirmed.

brittle comet
#

OK, so you're calling confirmCardSetup (which calls /setup_intents/:id/confirm under the hood). So this handles the mandate creation for you

vivid olive
#

is it possible to cancel a mandate? or update it? I can only find docs for retrieving the mandate

brittle comet
#

Nope

vivid olive
brittle comet
#

The idea is that you'd have functionality in your website to allow them to delete/remove their saved card/payment method which would expire the mandate

vivid olive
#

Gotcha

#

can you help me understand how the interval frequency works when set to sporadic?

brittle comet
#

Not sure how else to explain that. It'd mean that the card associated with the mandate will be used for sporadic payments. I guess if it's useful if you don't plan regular, recurring payments and instead they'll be ad-hoc