#kovenant
1 messages · Page 1 of 1 (latest)
When the card is declined, no redirection will happen. Customer can remain in the same Checkout Session page until payment is succeeded
Yes, but I would like to redirect them. So I'm wondering if that behavior is supported/possible
Unfortunately, this is not supported
Good to know! Thanks
My users are primarily in a country where card declines in Stripe are common. Was hoping I could redirect them to another processor that is likely to work for them when this occurs
If this is the case, I'd recommend using Payment Element (https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements) that the customer will be redirected to the return_url after payment decline.
Very useful! Thanks