Cancel Points API
Cancel Points API
Cancel previously issued points for one or more recipients using their unique transaction ID.
Real URL: POST https://accounts.xoxoday.com/chef/v1/oauth/api
POST
Cancel Points API
| Property | Type | Description |
|---|---|---|
recipients_data.recipients | array | List of recipients for whom points cancellation is requested. |
recipients_data.recipients[].unique_id | number | Unique transaction ID of the points issuance that needs to be cancelled. |
Response Schema
| Property | Type | Description |
|---|---|---|
data.cancelBalance.error | boolean | Indicates whether the cancellation operation failed (false = success). |
data.cancelBalance.message | string | Summary message describing the overall cancellation result. |
data.cancelBalance.recipients | array | List of point transactions processed in the cancellation request. |
data.cancelBalance.recipients[].unique_id | number | Unique transaction ID of the points issuance. |
data.cancelBalance.recipients[].success | boolean | Indicates whether the transaction cancellation was successful. |
data.cancelBalance.recipients[].message | string | Transaction-level status message explaining the outcome of the cancellation. |
Authorizations
Authorization: Bearer <access_token>
Body
application/json
Response
Cancellation result returned.
