#surbhi

1 messages · Page 1 of 1 (latest)

runic riverBOT
mighty rapids
#

Hi 👋 what's your question?

humble mulch
#

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

mighty rapids
#

AH, so you'd want to locate the Event that triggered the webhook

humble mulch
#

on test mode, i can see events is triggere, but on live event is also not there

mighty rapids
#

I don't understand the question. If you create it in test mode, it won't exist in live mode

humble mulch
#

i created on live...and its not exist in live

#

test is just an example.. i see different behavior on live

mighty rapids
#

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

humble mulch
#

req_ZwLtWoP5y1qmA6

mighty rapids
#

That's a Webhook Endpoint. I'm asking for a Checkout Session ID or a Request ID for the Checkout Session created event

humble mulch
#

req_RerTVAbXCVJrtA

#

this one

#

checkout session id: cs_live_a1ILrRCgKcPfewttZq2fCdRqmm7aDKOTxq9ySrkZiqCips6rdYlIpcmU8w

mighty rapids
#

The Checkout Session lives on the Connect Account, not the Platform Account in this case

humble mulch
#

yes..

#

i dont see any checkout events triggered on event tab.. also i dont see webhook entry

mighty rapids
#

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

mortal tiger
#

@humble mulch that session has not been completed yet, so there is no checkout.session.completed event yet

humble mulch
#

only 7 events

mortal tiger
#

Those events are about managing the event itself

humble mulch
#

i am doing testing on live mode... i obviously dont want to make payment.. which event should i use for testing

mortal tiger
#

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?

humble mulch
#

so what is understood, i can not use below events

#

for connected accounts, i need to use different events

mortal tiger
#

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

humble mulch
#

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

mortal tiger
#

right, because the session was not completed

#

Are you trying to see if your endpoint is working?

humble mulch
#

yes

mortal tiger
#

I suggeest then setting the endpoint to listen for customer.created and customer.updated and use that

#

They can be triggered safely in live mode without any payments -- create & update some customer objects