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/8f77660cc06b3923af5c8e07dd2f38be to your computer and use it in GitHub Desktop.
Save wehub/8f77660cc06b3923af5c8e07dd2f38be to your computer and use it in GitHub Desktop.
{
"payments": {
"enabled": true,
"current_issues": [],
"upcoming_issues": {}
},
"payouts": {
"enabled": false,
"current_issues": [{
"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"],
"controller.phone": ["is_null"],
"controller.date_of_birth": ["is_null"],
"controller.address": ["is_null"]
}
}, {
"target": {
"resource": "accounts",
"id": "{account-id}",
"path": "/accounts/{account-id}"
},
"issue_type": "errant_fields",
"errant_fields": {
"payout.currencies.CAD.period": ["is_null"],
"payout.currencies.CAD.payout_method_id": ["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