#yh2857_api
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/1356553462141292624
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Sorry I posted the wrong req-id before.
This is the related request_id
https://dashboard.stripe.com/events/evt_3R8zBRRoUfb6BI4p1gpRbszk
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the failed request: https://dashboard.stripe.com/logs/req_uQaYNvlh069u4T
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.
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?
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.