Skip to main content
PATCH
Update account expiration 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 from the negotiated pending payment row.

Body

application/json
expiry_date
string<date> | null

Account expiration date in YYYY-MM-DD format. Use null to clear it.

Response

Account expiration date updated.

message
string
required
Example:

"Expiry date updated."

data
object
required
Last modified on July 20, 2026