#jaybedubbz-payments
1 messages · Page 1 of 1 (latest)
my code was expecting the payment status to go in to a state of requiring action and from there i could get the customer to confirm it
however in this case it seems i'm getting a straight decline and i can't re-use that paymentintent
you can get authentication_required on offline payments, if it happen you need to ask the customer to come back. See https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method which covers it in detail
that doesnt happen for off-session payments yes
ok
it's intentionally different, you get a decline instead of requires_action, as you say
thanks very much for this information