Created
February 7, 2022 22:13
-
-
Save wehub/edcae2ecefbd76df9e3b3e6a97a954cf 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
{ | |
"topic_payload": { | |
"payments": { | |
"enabled": true, | |
"current_issues": [], | |
"upcoming_issues": {} | |
}, | |
"payouts": { | |
"enabled": false, | |
"current_issues": [{ | |
"target": { | |
"resource": "legal_entities", | |
"id": "{id}", | |
"path": "/legal_entities/{id}" | |
}, | |
"issue_type": "additional_documents_required", | |
"additional_documents_required": ["controller.personal_verification.documents"] | |
}], | |
"upcoming_issues": {} | |
}, | |
"terminals": { | |
"enabled": false, | |
"current_issues": [{ | |
"target": { | |
"resource": "legal_entities", | |
"id": "{id}", | |
"path": "/legal_entities/{id}" | |
}, | |
"issue_type": "errant_fields", | |
"errant_fields": { | |
"country": ["is_unsupported_value"] | |
} | |
}], | |
"upcoming_issues": {} | |
}, | |
"id": null, | |
"resource": "capabilities", | |
"path": "/accounts/{id}/capabilities", | |
"owner": { | |
"id": "{id}", | |
"resource": "accounts", | |
"path": "/accounts/{id}" | |
}, | |
"api_version": "3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment