Skip to main content
POST
Reschedule Consumer Profile transaction history payment

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.

transaction
integer
required

Failed transaction ID from the Transaction History tab.

Body

application/json
schedule_date
string<date>
required

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

Example:

"2026-07-15"

Response

Payment rescheduled and the new scheduled transaction row returned.

message
string
required
Example:

"Consumer payment is rescheduled. Email notification will be sent once payment is processed."

data
object
required
Last modified on July 20, 2026