#jaswinder_99090
1 messages · Page 1 of 1 (latest)
Is the ConstructEvent method throwing an error?
What does your json variable look like?
var json = await new StreamReader(HttpContext.Request.Body).ReadToEndAsync();
And can you confirm that HttpContext.Request.Body is actually present/defined?
Are you definitely receiving events at your endpoint?
yes
Have you wrapped ConstructEvent in a try/catch block?
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.
yes
but is it not working
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
yes
What's the evt_xxx you're trying to process?
Completed, succeeded and intent succeeded
I need an evt_xxx ID
please dont mind, but i cant share ID here. Is there any other way?