#BRData

1 messages · Page 1 of 1 (latest)

urban wadiBOT
timid warren
#

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

outer folio
#

please refer to it and I can answer any specific qs

timid warren
#

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?

outer folio
#

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