The GET /accounts/{id}/capabilities call allows your platform to look up an account's capabilities. The accounts resource allows your platform to create a new merchant account for each distinct business purpose.
INVALID_PARAMS
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "id": null,
- "owner": {
- "id": "d3f61e56-5d99-4895-af2d-a07ab48476e9",
- "path": "/accounts/d3f61e56-5d99-4895-af2d-a07ab48476e9",
- "resource": "accounts"
}, - "path": "/accounts/d3f61e56-5d99-4895-af2d-a07ab48476e9/capabilities",
- "payments": {
- "enabled": true
}, - "payouts": {
- "enabled": false
}, - "terminals": {
- "enabled": false
}, - "resource": "capabilities",
- "api_version": "3.0"
}