#Sammyy

1 messages · Page 1 of 1 (latest)

unborn basaltBOT
rustic cargo
#

Can you share an evt_xxx that is returning a 500?

fluid pollen
#

evt_1N8L33HV2GFiJ0cc8AzQka8f

rustic cargo
#

Can you elaborate on what you mean by 'wildcard'?

#

And which endpoint are we talking about specifically? That event was sent to 3

fluid pollen
#

My application allows different urls according to the company name. example companyNamexyz.myApplicationName.com
When local testing I was using a ngrok tunnel to my localhost.com and the redirects_uri worked fine.
When i have updated the webhook to hit the dev endpoint it starts to fail with an error status 500.
However, when i have updated the webhook url to the specific url of the company ( companyNamexyz.myApplicationName.com/api/stripe/stripe-webhook instead of just myApplicationName.com/api/stripe/stripe-webhook) the webhook started working.

rustic cargo
#

Ok, well I see a couple of errors:

  • https://talkcampaign-tun.loca.lt/api/payments/stripe_webhook returning a 502 which indicates an issue on your endpoint/server.
  • https://dev.app.scheduleme.cloud/api/stripe-billing/stripe-webhook returns a 500 with the message "Something went wrong with the request".