#maxdav_unexpected

1 messages ยท Page 1 of 1 (latest)

lavish hatchBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

twilit tulip
#

hello! can you share the Checkout Session ID?

celest crown
#

Hello ! here is the connected account id acct_1QyevlFxTfhPS45L

#

Not sure about the Checkout Session ID as I am using Stripe Element

twilit tulip
#

are you using the deferred intent flow? Or can you point me to which guide you're following to implement things?

celest crown
twilit tulip
#

Gimme a while, taking a look

#

hmmm, I see in the most recent request, there's also sepa_debit being specified, can you check and remove sepa_debit if you're specifying it?

celest crown
#

Hey it works correctly when I remove the sepa_debit option ! is this expected ? I though that if a payment method was not usable (like sepa for a $ payment) it will be ignored but other valid methods will be used ?

lavish hatchBOT
celest crown
twilit tulip
#

Hey it works correctly when I remove the sepa_debit option ! is this expected ? I though that if a payment method was not usable (like sepa for a $ payment) it will be ignored but other valid methods will be used ?

^ That's true for Automatic Payment Methods. But in this case, you're explicitly specifying what payment method types to use.

celest crown
#

Ok thanks a lot for the help ๐Ÿ‘ !
I would like to let my user either setup a sepa or a ach payment method because they sometime pay in euro and sometime in US dollar. Do you know if there is a way to do it ?

dense wedge
#

๐Ÿ‘‹ Hi there. I'm stepping in for my colleague

#

If you only want to offer SEPA or ACH, you could explicitly set the appropriate payment method type based on the currency

#

Otherwise, use automatic payment methods, which will show the available payment method types based on the currency

celest crown
#

Ok I see ๐Ÿ‘Œ Thanks for you quick support have a good day !

dense wedge
#

You're welcome. You too! ๐Ÿ™‚