#asanten
1 messages · Page 1 of 1 (latest)
client_reference_id will only be available in checkout.session.completed event and won't be returned in the return URL: https://stripe.com/docs/payment-links/url-parameters#streamline-reconciliation-with-a-url-parameter
The [i]Pop-Up says: For more advanced use cases you can include the Checkout Session ID in the redirect URL. And when I use: https://www.xxxxxx.com/createnewuser.asp?Password=xxxxxxxxx&stripe_field={CHECKOUT_SESSION_ID} in my Redirect URL (Thank you page) I get a Transaction Code populated in that field "cs_live_xxxxxxx"
{CHECKOUT_SESSION_ID} is the Checkout Session ID (cs_xxx), not client_reference_id
Which field are you trying to retrieve?
You're a genius and I'm humbled.... thank you
I cut and pasted.. next time I need to learn and read.... the reference URL was pointing to the wrong thing. thank you
No problem! Happy to help 😄
I solved my problem in Zapier. Low code alternative to installing the server API. Thank you for your help