Created
May 18, 2023 22:37
-
-
Save wehub/d421a201df5e831a27382d2535c0669e 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/{{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": "errant_fields", | |
"errant_fields": { | |
"entity_purpose_or_ideology": "is_null", | |
"source_and_use_of_funds": "is_null", | |
"has_significant_wealth_contributors": "is_null", | |
"significant_wealth_contributors": "is_null", | |
} | |
} | |
], | |
"documents": [] | |
}, | |
"controller": {...}, | |
"additional_representatives": {...}, | |
"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