Update a Mandate
PUT {{url}}/mandates/{{mandate}}
Updates a mandate object. This accepts only the metadata parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"mandates": {
"id": "MD000ZS5BZ7YR8",
"created_at": "2024-03-22T20:38:06.178Z",
"reference": "QR9TV3T",
"status": "pending_submission",
"scheme": "bacs",
"next_possible_charge_date": "2024-04-02",
"payments_require_approval": false,
"metadata": {
"key": "value"
},
"links": {
"customer_bank_account": "BA000ZP5QZBAMM",
"creditor": "CR00006C6DF0TD",
"customer": "CU0014DQHSRWPC"
},
"consent_parameters": null,
"verified_at": null,
"funds_settlement": "managed"
}
} |
ENDPOINTS