#yh2857_api

1 messages ¡ Page 1 of 1 (latest)

chilly marshBOT
#

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

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

opal crescent
#

hi there!

steady crystal
#

Hi ~

#

This is the error message~

chilly marshBOT
steady crystal
opal crescent
#

this is simply the bank that declined this payment

#

so you need to ask the user to contact theoir bank to understand why, or ask them to use a different payment method.

steady crystal
#

I think it is because the bank requires second-time confirmation so autopay didn't go through?

#

Can we do this: PaymentIntent.SetupFutureUsage="off_session"
to avoid second-time confirmation?

#

Because this card works when I initial one time payment via stripe

#

Hi Soma? Any suggestions or Updates?

visual siren
#

I see that you set up the PaymentMethod correctly with SetupIntents, so there's not much more that you can do. Unfortunately, in rare cases, even if a PaymentMethod is correctly set up for off-session payments, the issuing bank can still decide to block the transaction, which will make the off-session payment fail. The customer needs to talk to their bank then.