Skip to main content
PATCH
Change 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.

payment
integer
required

Numeric scheduled payment row ID returned in scheduled_payments[].id.

Body

application/json
date
string<date>
required

New installment schedule date. Must be after today and before the next scheduled installment.

Example:

"2026-06-20"

Response

Scheduled payment date updated.

message
string
required
Examples:

"Payment rescheduled for today."

"Payment skipped."

"Payment scheduled for today was not skipped."

"Payment date updated."

"Settlement date updated."

"Awesome! Your offer was sent to your creditor!"

"Recurring payment schedule updated."

"Payment plan cancelled."

"Settlement cancelled."

"Payment processed."

"Partial payment processed."

"Remaining balance paid."

"Extra payment processed."

data
object
required
Last modified on July 19, 2026