#miura_api

1 messages ¡ Page 1 of 1 (latest)

lyric merlinBOT
#

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

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

hot zephyr
vast tiger
#

If I select a payment method configuration that includes a payment method type that the specific customer has disabled in their dashboard, will that payment method still be an option for the payment intent?

vast tiger
#

Thanks for sending that, I did read through those pages earlier but I'm still a bit confused on what will happen in the following case:

Our platform by default has card and link payments enabled.

A specific customer has enabled us_bank_account and card payments, and has disabled link.

In certain situations, we would like to disable us_bank_account. If I use a payment method configuration here that has card and link enabled, will payment intents for the customer still show link payment types? or is link disabled in all contexts for them?

hot zephyr
#

If the Connned Account has enabled us_bank_account and card payments, and has disabled link. Then, you pass a PaymentMethodConfiguration on the PaymentIntent that has card and link enabled, the end customer would only see card.

#

You should test this on your end to see how it all behaves using your test API key

vast tiger
#

Thanks for your reply, I was attempting to test by explicitly setting the accepted payment method types and was running into many errors. I will try with the payment configurations.