#doomstone_ks
1 messages · Page 1 of 1 (latest)
Yes don't use it with confirm=true, that's confirming server-side. Normally you will confirm client-side and specify the return_url there: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-return_url
But how can i give a custom return_url for the payment intent?
When you confirm it client side, you can pass the custom return_url, don't you?
Where can i do that on the client side?