Disable bank mandate
PUT/account/mandate/disable/:mandateId/
Disable bank mandate
Request
Path Parameters
mandateId stringrequired
The Id of the mandate you want to disable
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Mandate disabled
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "mandateId 17662 diabled"
}
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...