#maxdav_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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.
- maxdav_unexpected, 2 days ago, 5 messages
hello! can you share the Checkout Session ID?
Hello ! here is the connected account id acct_1QyevlFxTfhPS45L
Not sure about the Checkout Session ID as I am using Stripe Element
are you using the deferred intent flow? Or can you point me to which guide you're following to implement things?
Yes I used this flow https://docs.stripe.com/payments/accept-a-payment-deferred
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?
Also, just so you know, in your payment method settings for your connected accounts, ACH debit is off by default : https://dashboard.stripe.com/acct_1O8Q1AFgh6fOnD8r/settings/payment_methods/connected_accounts/pmc_1ODUmLFgh6fOnD8ryM48MkqP
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 ?
wow thanks for spottting that ๐
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.
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 ?
๐ 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
Ok I see ๐ Thanks for you quick support have a good day !
You're welcome. You too! ๐