#bart5130
1 messages · Page 1 of 1 (latest)
Hi
You need to set return_url, because for some payment methods it's required in order to send the customer back to your website.
You can specify redirect: 'if_required' in order to use the redirect only when required depending on the payment methods, in there wasn't any redirection, then the confirmSetup will resolve with a SetupIntent Object:
https://stripe.com/docs/js/setup_intents/confirm_setup#confirm_setup_intent-options-redirect
what are payment methods that require redirect?
For example, cards with 3ds.
or bank redirects:
https://stripe.com/docs/payments/bank-redirects
Nope. That depends on external requirements for some payment methods types.
thanks for clarification
out of curiosity
what are the proposed ways to for updating billing details?
like in our case we registester paymentIntent with future off session charges flag
and we charge clients periodically (once a month) for our subscription pass
how do you guys suggest we update billing details if for example clients want to change from expiring card to new?