#Sammyy
1 messages · Page 1 of 1 (latest)
Can you share an evt_xxx that is returning a 500?
evt_1N8L33HV2GFiJ0cc8AzQka8f
Can you elaborate on what you mean by 'wildcard'?
And which endpoint are we talking about specifically? That event was sent to 3
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.
Ok, well I see a couple of errors:
https://talkcampaign-tun.loca.lt/api/payments/stripe_webhookreturning a502which indicates an issue on your endpoint/server.https://dev.app.scheduleme.cloud/api/stripe-billing/stripe-webhookreturns a500with the message "Something went wrong with the request".