-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users KYC status not REGULAR after KYC Success hook call #237
Comments
Hello @felixhagspiel, We are currently looking at this with the team in charge of KYC Documents and related hooks. We will get back to you ASAP. Have a nice day, |
Hello @fredericdelordm this just happened again. Any news on this? |
@felixhagspiel we are still investigating your issue and will get back to you soon |
Hello, Issue with web hooks are still presents...
I have the same issue |
Issue:
We receive a hook call for they KYC success, and when we pull the user via the API the status in the response is still "LIGHT". This does not happen often, but sometimes. We then have to call our hook ourself to solve this. This has only happened for individuals so far, not with business users.
What we are currently doing:
What the problem could be:
We had a similar issue on our servers before, as we are using own webhooks as well. Let me describe what I expect the issue to be:
This will work for in most cases, but when there are a lot of simultan requests to your API, your database transaction might need a few milliseconds longer, and this can result in us pulling outdated data from your API, as the call is asynchronous.
This would also explain why this is only happening sometimes.
Our solution was to send a promise to the database transaction that calls the hook only after the database transaction has been completed.
Of course this could also be an issue on your Identification Providers side.
Please let me know if you need further details.
The text was updated successfully, but these errors were encountered: