Enable bank mandate
PUT/account/mandate/enable/:mandateId/
Enable bank mandate
Request
Path Parameters
mandateId stringrequired
The Id of the mandate you want to enable
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Mandate enabled
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "mandateId 17662 enabled"
}
No data found with this mandateId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...