Last active
November 8, 2021 19:38
-
-
Save wehub/56fbc10f5dd7bd41ba34304c33535fd0 to your computer and use it in GitHub Desktop.
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/{NOTIFICATION-ID}", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "legal_entities.verifications.updated", | |
"event_time": 1568852572, | |
"payload": { | |
"entity_verification": { | |
"verified": true, | |
"current_issues": [], | |
"documents": [] | |
}, | |
"controller": { | |
"personal_verification": { | |
"verified": false, | |
"current_issues": [{ | |
"target": { | |
"resource": "legal_entities", | |
"id": "{LEGAL-ENTITY-ID}", | |
"path": "/legal_entities/{LEGAL-ENTITY-ID}" | |
}, | |
"issue_type": "additional_documents_required", | |
"additional_documents_required": [ | |
"controller.personal_verification.documents" | |
] | |
}], | |
"documents": [] | |
} | |
}, | |
"additional_representatives": { | |
"owner_1": { | |
"personal_verification": { | |
"verified": true, | |
"current_issues": [], | |
"documents": [{ | |
"create_time": 1480700611, | |
"id": "{DOCUMENT-ID}", | |
"owner": { | |
"id": "{LEGAL-ENTITY-ID}", | |
"path": "/legal_entities/{LEGAL-ENTITY-ID}", | |
"resource": "legal_entities" | |
}, | |
"path": null, | |
"reject_reason": null, | |
"resource": "documents", | |
"status": "verified", | |
"type": "drivers_license" | |
}] | |
} | |
} | |
}, | |
"id": null, | |
"resource": "verifications", | |
"path": "/legal_entities/{LEGAL-ENTITY-ID}/verifications", | |
"owner": { | |
"id": "{LEGAL-ENTITY-ID}", | |
"resource": "legal_entities", | |
"path": "/legal_entities/{LEGAL-ENTITY-ID}" | |
} | |
}, | |
"api_version": "3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment