#itsb1ank
1 messages · Page 1 of 1 (latest)
It's possible if the chosen payment method is a redirect-based payment method and customer failed to make payment at the payment method page
what would the search params be if it failed?
You shouldn't use the search param to determine whether the payment is failed or successful. Your system should make a Payment Intent retrieval request to check the payment intent status: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
ah alright sounds good! thanks!