#Mael CHEMLA
1 messages · Page 1 of 1 (latest)
I don't believe that behaviour is configurable no
If you want to open the payment page in a new window/tab, I'd recommend ditching redirectToCheckout and instead just use a regular window.open with the url param on the session
That's what the success_url is for. You set that to the URL you want users to be redirected to after payment
np