---
title: "Reverse Redeemed Points"
method: POST
path: "/points/reverse"
---

# Reverse Redeemed Points

`POST /points/reverse`

Lets you reverse a set of points that are redeemed in a transaction. For example, you can use this API to reverse points redeemed for a transaction if the transaction is returned.

## Request body

- object
  - `redemptionId` string, required — Unique ID of the points redemption to be reversed. This redemption Id will be available in the response of the points redeem API.
  - `pointsToBeReversed` number, float — Number of points to be reversed.
  - `identifier` object — Details of the customer.
    - `type` string, required — Type of the identifier. Value: mobile, email, externalId, id, cardnumber, cardExternalId
    - `value` string, required — Value of the specified identifierType.

## Response `200`

200

- object
  - `orgId` integer
  - `identifier` object
    - `type` string
    - `value` string
  - `customerId` integer
  - `reversalId` string
  - `redemptionId` string
  - `pointsToBeReversed` integer
  - `pointsReversed` integer
  - `pointsReversedDetails` object
    - `available` integer
    - `expired` integer
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
