Request details on managed billers. Not all services support biller management. In the case where the function is not supported a 501 (Not implemented) HTTP status code will be returned.
Success
Bad request
Internal Server Error
Not implemented
Service Unavailable
Gateway Timeout
{- "billers": [
- {
- "billerInstitution": {
- "id": "string",
- "name": "string"
}, - "categories": [
- {
- "id": "string",
- "name": "string"
}
], - "allowed": false
}
]
}