#KrisMatrix - Checkout
1 messages ยท Page 1 of 1 (latest)
yes
That's a literal template variable, not a placeholder. See here for details: https://stripe.com/docs/payments/checkout/custom-success-page#modify-success-url
Stripe replaces the literal {CHECKOUT_SESSION_ID} part of that URL with the Checkout Session ID when it redirects to that URL.
oh...so I just send to stripe www.example.com/success/{{CHECKOUT_SESSION_ID}}
and when it redirects it will redirect as:
www.example.com/success/cs_xyzasdsdaf ?
Someting like that?
sorry...It should ne only a single curly not doule.
No. You're using double curly braces, which won't work.
Yeah,
Other than that, yes. ๐
ok...got it.
thank you. That helps.
I have another slightly related question for testing...shall I post in the main thread? or continue here?
The other thread will work fine. ๐