#skarmoryman - payment and decline
1 messages · Page 1 of 1 (latest)
FYI for the first point, I do know about confirming a payment intent on the frontend.
1/ yep, you can do that. Be aware of handling card actions, though (3ds).
You'd need to send signal back to the client app to handle this if you want to do it that way
This flow (server confirmation) is covered here: https://stripe.com/docs/payments/accept-a-payment-synchronously
Thanks I have my own system for handling additional actions including 3dsecure
2/ You could get either one, it depends on the exact situation and request pattern. ie, Stripe returning an error vs a bank decline
@heavy island Thanks. So if I check both codes, I shold be good right?
Yep!
thanks!