Skip to main content
PATCH
Change Consumer Profile scheduled payment date

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Consumer account ID.

scheduleTransaction
integer
required

Scheduled transaction ID that belongs to the consumer account.

Body

application/json
schedule_date
string<date>
required

New scheduled payment date in Y-m-d format. Must be tomorrow or later.

Example:

"2026-07-15"

Response

Payment date changed and the new scheduled transaction row returned.

message
string
required
Example:

"Payment date changed."

data
object
required
Last modified on July 20, 2026