#BRData
1 messages · Page 1 of 1 (latest)
Hello, I have a .NET project that I am running locally so its webhook link is localhost:24154/api/webhook etc...
How would I go about testing this webhook
have you had a look at Stripe CLI? this has a guide https://stripe.com/docs/webhooks#webhooks-summary
please refer to it and I can answer any specific qs
Register your endpoint within Stripe using the Webhooks Dashboard or the API.
Do I need to do that step if I am only testing locally?
all that info is laid out in the doc, please read it end to end
- Develop a webhook endpoint function to receive event data POST requests.
- Test your webhook endpoint function locally using the Stripe CLI.
you have done the first step, the second step onwards is what you need
you set up a local endpoint