#vishalnag-v_code
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/1315952042212327425
š Have more to share? Add more details, code, screenshots, videos, etc. below.
are you using the deferred Intent flow? Or do you have a PaymentIntent id that you're using to initialize the Payment Element? If you have a PaymentIntent id, can you share that with me?
For context, there's a variety of factors that we use to decide what payment methods to show. For example, amount, currency, sometimes the IP address too, etc
We are using setup intent
const options = {
layout: {
type: 'accordion',
defaultCollapsed: false,
radios: true,
spacedAccordionItems: false
},
mode: 'setup',
currency: 'usd'
}
okay, looks like you're using the deferred intent flow. Affirm (and all the other BNPL payments) will only show up with dynamic payment methods if your IP is in a supported country
so for Affirm, if you have VPN, try it with your VPN country set to the US
Okay let me try that
It will be available for setup intent yes?
For deferred intent flow?
š¤¦āāļø sorry, BNPL isn't supported for SetupIntents : https://docs.stripe.com/payments/payment-methods/payment-method-support#buy-now-pay-later-api-support