#patrick_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1240373645961072812
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have a Checkout Session ID I can look at?
event_data: { "id": "cs_live_a1Y0SuidS1R1dIlEr38v3uovyA52ONZFvXHW86tWRkdjvIgn1uI8DLuZfF", "object": "checkout.session",
"client_reference_id": null,
๐ taking a look
How are you passing in the client_reference_id at the moment? Are you passing it as a URL Param: https://docs.stripe.com/payment-links/url-parameters#streamline-reconciliation-with-a-url-parameter
this is what my payment link looks like
I'm passing client_reference_id as a URL param
Hmm should just be &client_reference_id=3525-1715799222, no?
You should take out the encoding that you are doing
Yeah you don't want to encode that ampersand
thanks for your help. appreciate it.