#surbhi
1 messages · Page 1 of 1 (latest)
Hi 👋 what's your question?
i have created the endpoint and i created checkout session
i see stripe hits my endpoint because i save information in db
but i dont see any webhook details in dashboard
AH, so you'd want to locate the Event that triggered the webhook
on test mode, i can see events is triggere, but on live event is also not there
I don't understand the question. If you create it in test mode, it won't exist in live mode
i created on live...and its not exist in live
test is just an example.. i see different behavior on live
Do you have a request ID of the Checkout Session creation? Or a Checkout Session ID I can look at for live?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_ZwLtWoP5y1qmA6
That's a Webhook Endpoint. I'm asking for a Checkout Session ID or a Request ID for the Checkout Session created event
req_RerTVAbXCVJrtA
this one
checkout session id: cs_live_a1ILrRCgKcPfewttZq2fCdRqmm7aDKOTxq9ySrkZiqCips6rdYlIpcmU8w
Ahhhh, okay. So you need to make sure you're looking at the Checkout Session from the Connect Account's Dashboard view: https://dashboard.stripe.com/logs/req_RerTVAbXCVJrtA
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The Checkout Session lives on the Connect Account, not the Platform Account in this case
yes..
i dont see any checkout events triggered on event tab.. also i dont see webhook entry
There are different Events for Connect and Platform. You have to create a separate webhook endpoint on the Platform account that listens specifically for Connect events
@humble mulch that session has not been completed yet, so there is no checkout.session.completed event yet
only 7 events
Those events are about managing the event itself
i am doing testing on live mode... i obviously dont want to make payment.. which event should i use for testing
You shouldn't be testing in live mode
You should test in test mode
You can't get a live session completed event in live mode without a live session being completed
What are you really trying to do?
so what is understood, i can not use below events
for connected accounts, i need to use different events
You can use those, if you're trying to learn about accounts updating external bank accounts
Again I ask: what are you trying to do
This seems entirely unrelated to your checkout session event questions
i am creating a checkout session for connected accounts.. and want to trigger my webhook
basically, i just want to see webhook entriies on dashbaord
test mode was fine,
i got entries, but when i tried on live, i did not get any entry on webhook
right, because the session was not completed
Are you trying to see if your endpoint is working?
yes