Last active
October 23, 2020 01:03
-
-
Save wehub/b284432920f8ec0d5e8a1808463e5725 to your computer and use it in GitHub Desktop.
legal_entities.verifications.updated.{identity_verification/risk_outreach}.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "{{notification-id}}", | |
"resource": "notifications", | |
"path": "/notifications/{{id}}", | |
"owner": { | |
"id": "{{app-id}}", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "legal_entities.verifications.updated", | |
"event_time": 1601937976, | |
"payload": { | |
"entity_verification": { | |
"verified": false, | |
"current_issues": [ | |
{ | |
"target": { | |
"resource": "verifications", | |
"id": null, | |
"path": "/legal_entities/{{id}}/verifications" | |
}, | |
"issue_type": "identity_verification", | |
"identity_verification": { | |
"message": "We need to verify your name.", | |
"requested_documents": [ | |
"passport" | |
], | |
"path": "entity_verification.documents" | |
} | |
} | |
], | |
"documents": [] | |
}, | |
"controller": { | |
"personal_verification": { | |
"verified": false, | |
"current_issues": [ | |
{ | |
"target": { | |
"resource": "legal_entities", | |
"id": "{{legal_entities-id}}", | |
"path": "/legal_entities/{{id}" | |
}, | |
"issue_type": "risk_outreach", | |
"risk_outreach": { | |
"message": "We need additional information in the form of a court order (certified by a notary) in order to enhance the fraud protection on this account.", | |
"requested_documents": [ | |
"certified_copy_of_court_order" | |
], | |
"path": "controller.personal_verification.documents" | |
} | |
} | |
], | |
"documents": [] | |
} | |
}, | |
"additional_representatives": { | |
"representative_0": { | |
"personal_verification": { | |
"verified": true | |
} | |
} | |
}, | |
"id": null, | |
"resource": "verifications", | |
"path": "/legal_entities/{{id}}/verifications", | |
"owner": { | |
"id": "{{legal_entities-id}}", | |
"resource": "legal_entities", | |
"path": "/legal_entities/{{id}}" | |
}, | |
"api_version": "3.0" | |
}, | |
"api_version": "3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment