#luigi_checkout-metadata
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/1493761626460131429
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
luigi_checkout-metadata
@warped sequoia the metadata you passed in those requests is set on the Checkout Session object. The corresponding Event checkout.session.completed would have the same exact metadata
Can you give an example Event where the data is missing so I can have a look?
sure:
checkout.session.completedfor a checkout created in a connected account:evt_1TMG7OFZjWjAEtFMgPhtWQJtcheckout.session.completedfor a checkout created in the main account:evt_1TMGlCFZjWjAEtFMlC8cykHt
also, the first request id is for the checkout created in the connected account. Second one is for the main account
how did you get that Event exactly?
Basically evt_1TMG7OFZjWjAEtFMgPhtWQJt is the result of something you did manually in the Dashboard in Workbench with a blueprint. It does not have any metadata.
I think you might be mixing up the Events between what your own code does/run and what you do manually in Workbench
@latent hearth on my team is taking over but I wanted to clarify this first
๐ catching up
through the webhook
Basically evt_1TMG7OFZjWjAEtFMgPhtWQJt is the result of something you did manually in the Dashboard in Workbench with a blueprint. It does not have any metadata.
I think you might be mixing up the Events between what your own code does/run and what you do manually in Workbench
tbh I don't even know how to do that. I got this event when I finished filling the embedded checkout in our test website
evt_1TMG7OFZjWjAEtFMgPhtWQJtwas created by https://dashboard.stripe.com/acct_1Swn3nFZjWjAEtFM/test/logs/req_O6J1QoDKdtxTW9 <- created via workbenchevt_1TMGlCFZjWjAEtFMlC8cykHtwas created by https://dashboard.stripe.com/acct_1Swn3nFZjWjAEtFM/test/logs/req_VU8w8VhSRQIp2y <- a backend request passing metadata
yeah okay, I see the confusion now
someone did create this event via the workbench, and since I was testing the checkout at the same time, I got both mixed up
in fact, I don't even receive the events from the connected account in the main's account webhook
thank you both for the help, I don't think I'd be able to catch that ๐