#frederic-webhook
1 messages · Page 1 of 1 (latest)
hello, can you share what exactly you meant by not working?
do you mean you're having delivery problems, or are you encountering an error during a request you make while processing the event?
When an account is connected to my platform (custom account) I've set a account.updated webhook that communicates to my app and let the user know if his account still requires verification. When I am not providing the SSN parameter the webhook doesn't trigger and there is no errors.
no errors where?
is there an event generated that is not delivered?
I'm not clear on where you're suggesting theres a failure
there is no event been created when a custom account was created (which should trigger this webhook)
There's no even on creation that is guaranteed, there's only an event sent if things change async
all the events that you see in my history are events that are triggered being by creating a custom account
Sure, but I am explaining it is not guaranteed to get an account.updated event. You only get one if the account changes after creation. So with identity verification for example we asynchronously verify some things so you can go to pending -> unverified, but it's never guaranteed
so you need to take that into account and store the state of the account at the time of creation