#jaswinder_99090

1 messages · Page 1 of 1 (latest)

south sluiceBOT
gaunt socket
#

Is the ConstructEvent method throwing an error?

#

What does your json variable look like?

mellow night
#

var json = await new StreamReader(HttpContext.Request.Body).ReadToEndAsync();

gaunt socket
#

And can you confirm that HttpContext.Request.Body is actually present/defined?

#

Are you definitely receiving events at your endpoint?

mellow night
#

yes

gaunt socket
#

Have you wrapped ConstructEvent in a try/catch block?

mellow night
#

In a simple terms i wanted to describe that i have integrated stripe api keys with my platform. Once user is buying the package through stripe, payment got successful but on the user platform, he is unable to see any transaction in his payment module.

mellow night
gaunt socket
#

Yeah I mean it looks like you're creating a webhook endpoint to receive events for actions that happen on Stripe, yes?

#

Not sure what the 'payment module' is

mellow night
#

yes

#

right

gaunt socket
#

What's the evt_xxx you're trying to process?

mellow night
#

Completed, succeeded and intent succeeded

gaunt socket
#

I need an evt_xxx ID

mellow night
#

please dont mind, but i cant share ID here. Is there any other way?