Skip to main content
POST /v1/authorizations/contractStatusNotify A notification endpoint implemented by the merchant. The Rebell A+ backend sends contract cancellation notifications to the merchant backend when a contract status changes.

Request Parameters

accessToken
string
required
The access token associated with the contract. No special characters (@, #, ?).Max length: 128 characters
contractStatus
string
required
The updated contract status. Example value: INVALID
modifyTime
string
Unix timestamp (10 digits) of the status change. Example: 1749634508

Response Parameters

result
object
required
Standard result object with resultCode, resultStatus, resultMessage