Last active
June 30, 2021 22:12
-
-
Save wehub/213175f37d147951e2b2a3e299c31e50 to your computer and use it in GitHub Desktop.
accounts.capabilities.updated_ account_deleted
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
{ | |
"payments": { | |
"enabled": false, | |
"current_issues": [{ | |
"target": { | |
"resource": "capabilities", | |
"id": null, | |
"path": "/accounts/{account-ID}/capabilities" | |
}, | |
"issue_type": "account_deleted" | |
}, { | |
"target": { | |
"resource": "accounts", | |
"id": "{account-ID}", | |
"path": "/accounts/{account-ID}" | |
}, | |
"issue_type": "errant_fields", | |
"errant_fields": { | |
"name": ["is_null"], | |
"description": ["is_null"] | |
} | |
}], | |
"upcoming_issues": {} | |
}, | |
"payouts": { | |
"enabled": false, | |
"current_issues": [{ | |
"target": { | |
"resource": "capabilities", | |
"id": null, | |
"path": "/accounts/{account-ID}/capabilities" | |
}, | |
"issue_type": "account_deleted" | |
}, { | |
"target": { | |
"resource": "legal_entities", | |
"id": "{legal-entity-ID}", | |
"path": "/legal_entities/{legal-entity-ID}" | |
}, | |
"issue_type": "errant_fields", | |
"errant_fields": { | |
"controller.email_is_verified": ["is_false"], | |
"entity_country_info.US.legal_form": ["is_null"] | |
} | |
}, { | |
"target": { | |
"resource": "accounts", | |
"id": "{account-ID}", | |
"path": "/accounts/{account-ID}" | |
}, | |
"issue_type": "errant_fields", | |
"errant_fields": { | |
"payout.currencies.USD.payout_method_id": ["is_null"], | |
"name": ["is_null"], | |
"description": ["is_null"], | |
"payout.currencies.USD.period": ["is_null"] | |
} | |
}], | |
"upcoming_issues": {} | |
}, | |
"terminals": { | |
"enabled": false, | |
"current_issues": [{ | |
"target": { | |
"resource": "capabilities", | |
"id": null, | |
"path": "/accounts/{account-ID}/capabilities" | |
}, | |
"issue_type": "account_deleted" | |
}, { | |
"target": { | |
"resource": "legal_entities", | |
"id": "{legal-entity-ID}", | |
"path": "/legal_entities/{legal-entity-ID}" | |
}, | |
"issue_type": "errant_fields", | |
"errant_fields": { | |
"phone": ["is_null"], | |
"entity_country_info.US.legal_form": ["is_null"] | |
} | |
}, { | |
"target": { | |
"resource": "accounts", | |
"id": "{account-ID}", | |
"path": "/accounts/{account-ID}" | |
}, | |
"issue_type": "errant_fields", | |
"errant_fields": { | |
"name": ["is_null"] | |
} | |
}], | |
"upcoming_issues": {} | |
}, | |
"id": null, | |
"resource": "capabilities", | |
"path": "/accounts/{account-ID}/capabilities", | |
"owner": { | |
"id": "{account-ID}", | |
"resource": "accounts", | |
"path": "/accounts/{account-ID}" | |
}, | |
"api_version": "3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment