#patrick_unexpected

1 messages ยท Page 1 of 1 (latest)

worn waspBOT
#

๐Ÿ‘‹ 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.

astral mist
#

Do you have a Checkout Session ID I can look at?

lapis geodeBOT
summer fjord
#

event_data: { "id": "cs_live_a1Y0SuidS1R1dIlEr38v3uovyA52ONZFvXHW86tWRkdjvIgn1uI8DLuZfF", "object": "checkout.session",

#

"client_reference_id": null,

sand schooner
#

๐Ÿ‘‹ taking a look

summer fjord
#

I'm passing client_reference_id as a URL param

sand schooner
#

Hmm should just be &client_reference_id=3525-1715799222, no?

#

You should take out the encoding that you are doing

summer fjord
#

hmm let me retry

#

that seemed to work. I guess the encoding screwed it up.

sand schooner
#

Yeah you don't want to encode that ampersand

summer fjord
#

thanks for your help. appreciate it.