Update an Instalment Schedule
PUT {{url}}/instalment_schedules/{{instalment_schedule}}
Updates an instalment schedule. This accepts only the metadata parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"instalment_schedules": {
"id": "IS000063XHF9FF",
"created_at": "2024-03-22T21:08:36.452Z",
"total_amount": 2500,
"currency": "GBP",
"status": "active",
"name": "Intelligent Fresh Sausages",
"metadata": {
"key": "value"
},
"payment_errors": {},
"links": {
"mandate": "MD000ZS5F79P1E",
"customer": "CU0014DQSA7A4W",
"payments": [
"PM009N4VPD9XQB",
"PM009N4VPEZPRS"
]
}
}
} |
ENDPOINTS