#Anton-confirm-Payment
1 messages · Page 1 of 1 (latest)
Hi there
Yes you can add any parameters you want. The client secret should get tacked on to your return_url that you set on confirmPayment
I did not understand a little about client_secret. Where can I pass these parameters? In confirmParams: {}?
Hi 👋 my teammate needed to step away, please bear with me a moment while I catch up on the context here.
no problem. Hi
When you call confirmPayment one of the parameters you provide is the return_url. If you need additional query params on that URL then you would specify and include those as part of the return_url parameter.
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-return_url
i understand. add to my url. thnks. i try