#Matt P
1 messages · Page 1 of 1 (latest)
Note that you have the option to only redirect to an external page if_required, but in any case we describe that you'll be redirected to the return_url before the
confirmPayment promise is expected to resolve. If you need a signal within the app, it would need to be responding to the client arriving at that return_url
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-redirect
stripe.confirmPayment will return a Promise. Upon a successful confirmation, your user will be redirected to the return_url you provide before the Promise ever resolves.
What are the "non-redirect based payment methods"
Cards, primarily
google pay apple pay?