Last active
November 8, 2021 19:26
-
-
Save wehub/bd7c6501155d556e5616ddd72231c0c4 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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