Reschedule a scheduled payment

Moves a pending scheduled payment to a new date. The caller must pass the schedule's current version for optimistic-locking; a stale version returns 409 Conflict. Only pending schedules can be rescheduled. Returns 200 OK with the scheduled payment id on success.

Path Params
string
required

The unique identifier of the scheduled payment.

Query Params
string

To perform an idempotent request, provide the idempotency_key query parameter with the request. An idempotency key is a unique value generated by the client which the platform uses to recognize subsequent retries of the same request. How you create unique keys is up to you, but we suggest using a V4 UUID, or another random string with enough entropy to avoid collisions. Idempotency keys can be up to 255 characters long.

Body Params
date-time
required

The new date to attempt collection on. Must not be in the past.

string

Optional free-text note on why the schedule was moved.

integer
required

The schedule's current version, for optimistic-locking.

Responses

409

The schedule is not pending, or the supplied version is stale.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json