Acceptance criteria: - [ ] webhook_veriff_api: 1. checks signature 2. validate user's account name(use vendor data field) 3. if status is approved check the pep section (if not exists get from veriff api) 4. .create verifiable_crendentials 5. TODO: do all security checks here 6. send verifiable credential response to the user - [ ] unit tests to show working - [ ] openAPI documentation
Acceptance criteria: