#paul-paymentelement-questions
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- Paul Han-TOS, 44 minutes ago, 12 messages
- paul-paymentelement-subscription, 2 hours ago, 27 messages
- paul-deferred-intent, 4 hours ago, 7 messages
example of how I'm using it:
elements,
clientSecret,
confirmParams: {
return_url: window.location.href,
},
});```
You can add the following params to your confirmSetup call
redirect: 'if_required'
It's documented here: https://stripe.com/docs/js/setup_intents/confirm_setup#confirm_setup_intent-options-redirect
ah i see... thank you
Happy to help 🙂