#Hemant - customer name success URL
1 messages · Page 1 of 1 (latest)
I can see on your documentation that i can pass session id here :
https://stripe.com/docs/payments/checkout/custom-success-page
If you have the customer name beforehand, you can put it in the success URL on creation. Otherwise your server will have to look up the customer's name, append it to the URL, and redirect to it once the user has completed their session
Unfortunately there is not a template variable like for the session ID