#depaulo_30214

1 messages · Page 1 of 1 (latest)

storm mangoBOT
cyan matrix
#

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

turbid root
#

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

cyan matrix
#

Do you have an example ?

#

like an eventId ?

turbid root
#

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

cyan matrix
#

No the response here is 200 so there is no issue with that one

turbid root
#

so i have no idea why account.updated does not come through to stripe cli

#

hang on i will try something else...

cyan matrix
#

What test are you doing exactly in your local env ?

turbid root
#

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...

cyan matrix
#

Ah cool

#

happy to help!

turbid root
#

thanks!