Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wehub/edcae2ecefbd76df9e3b3e6a97a954cf to your computer and use it in GitHub Desktop.
Save wehub/edcae2ecefbd76df9e3b3e6a97a954cf to your computer and use it in GitHub Desktop.
{
"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