Skip to content

Instantly share code, notes, and snippets.

@wehub
Last active November 8, 2021 19:26
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/bd7c6501155d556e5616ddd72231c0c4 to your computer and use it in GitHub Desktop.
Save wehub/bd7c6501155d556e5616ddd72231c0c4 to your computer and use it in GitHub Desktop.
{
"id": "{NOTIFICATION-ID}",
"resource": "notifications",
"path": "/notifications/{NOTIFICATION-ID}",
"owner": {
"id": "121212",
"resource": "applications",
"path": null
},
"topic": "accounts.capabilities.updated",
"event_time": 1568920734,
"payload": {
"payments": {
"enabled": false,
"current_issues": [{
"target": {
"resource": "capabilities",
"id": null,
"path": "/accounts/{MERCHANT-ACCOUNT-ID}/capabilities"
},
"issue_type": "closed_for_loss"
}],
"upcoming_issues": {}
},
"payouts": {
"enabled": false,
"current_issues": [{
"target": {
"resource": "capabilities",
"id": null,
"path": "/accounts/{MERCHANT-ACCOUNT-ID}/capabilities"
},
"issue_type": "closed_for_loss"
}],
"upcoming_issues": {}
},
"id": null,
"resource": "capabilities",
"path": "/accounts/{MERCHANT-ACCOUNT-ID}/capabilities",
"owner": {
"id": "{MERCHANT-ACCOUNT-ID}",
"resource": "accounts",
"path": "/accounts/{MERCHANT-ACCOUNT-ID}"
},
"api_version": "3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment