Number of APIs: 5
GET {{url}}/instalment_schedules
Returns a cursor-paginated list of your instalment schedules.
POST {{url}}/instalment_schedules
Creates a new instalment schedule object, along with the associated payments. This API is recommended if you wish to use the GoCardless scheduling logic. For finer control over the individual dates, please check out the alternative version. It can take quite a while to create the associated payments, so the API will return the status as pending initially. When processing has completed, a subsequent GET request for the instalment schedule will either have the status success and link to the created payments, or the status error and detailed information about the failures.
PUT {{url}}/instalment_schedules/{{instalment_schedule}}
Updates an instalment schedule. This accepts only the metadata parameter.
POST {{url}}/instalment_schedules/{{instalment_schedule}}/actions/cancel
Immediately cancels an instalment schedule; no further payments will be collected for it. This will fail with a cancellation_failed error if the instalment schedule is already cancelled or has completed.
GET {{url}}/instalment_schedules/{{instalment_schedule}}
Retrieves the details of an existing instalment schedule.
ENDPOINTS