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/213175f37d147951e2b2a3e299c31e50 to your computer and use it in GitHub Desktop.
Save wehub/213175f37d147951e2b2a3e299c31e50 to your computer and use it in GitHub Desktop.
accounts.capabilities.updated_ account_deleted
{
"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