#depaulo_30214
1 messages · Page 1 of 1 (latest)
The red line, is the error rates that your endpoint is responding with.
You need to debug your webhook endpoint and make sure that all responses to Stripe call are 2xx successfull status
yes there are some errors as it is also sending to the endpoints on my staging server (which errors as the data is not there, it is on my local one). The issue is that it is not being sent to my local machine at all
The charge.succeeded come through to my local machine, but the account.updated do not
yep one moment
maybe as it is getting an error from the staging server it never sends it to the local machine (stripe cli)...
actually it is sending a 200 from the staging server anyway
No the response here is 200 so there is no issue with that one
so i have no idea why account.updated does not come through to stripe cli
hang on i will try something else...
What test are you doing exactly in your local env ?
its ok I have figured it out! When I first did the onboarding I wasnt running the CLI. When I reattempted the onboarding after that, I did not change anything (just submitted at the end) so it didnt trigger the updated event
so my fault...
thanks!