#r3v3rb
1 messages · Page 1 of 1 (latest)
Hi there!
Hi @winged glen
Can you share the Checkout Session ID here?
Or maybe I'm wrong should the success_url be as this until it is returned by the checkout?
only at the point of successful payment would the string be substituted and sent back to my site?
Session ID is cs_test_a1n4MwSHeVWMKqT26Qyf2b2dHIvHC7S5dbAwGub5GTEm8N3gIy8HIl7I5s
Thanks! Give me a few minutes to look into this.
Fixed, the session id is added on the return url after payment, not before its sent to stripe
I read the documents and it sounded like the string should have been substituted when building the session::create - but it's not it's done on your server when returning the customer...
The information is in the customize your success page but it could easily just be added under the code example - otherwise us dev's are clicking here there and everywhere for information