---
title: "POST /transactions/{unique_transaction_attribute}/reverse"
method: POST
path: "/transactions/{unique_transaction_attribute}/reverse"
---

# POST /transactions/{unique_transaction_attribute}/reverse

`POST /transactions/{unique_transaction_attribute}/reverse`

## Response `200`

200

- ReversePointsUsingUniqueTransactionAttributeDataObject
  - `data` ReversePointsUsingUniqueTransactionAttributeResponseObject
    - `status` string — The status could be either approved, rejected, or pending.
    - `transaction_attributes` ReversePointsUsingUniqueTransactionAttributeTransactionAttributesObject
      - `reason` string — The reason behind the transaction.
      - `tags` string[] — The tags assigned for the transaction.
    - `last_modified_date` string — The most recent date on which the transaction was updated.
    - `additional_data` ReversePointsUsingUniqueTransactionAttributeAdditionalDataObject
      - `award_transaction_id` string — The award transaction ID on which points have to be reversed.
    - `approver_details` ReversePointsUsingUniqueTransactionAttributeApproverDetailsObject
      - `approver_name` string — The person or source who approves the transaction.
      - `approver_id` string — The unique ID associated with the approver.
    - `approved_date` string — The date on which the transaction was approved.
    - `member_id` string — The unique identifier of the member defined by an Admin.
    - `created_date` string — The date on which the transaction was created.
    - `transaction_type` string — This field specifies the transaction type. In the case of this API, it will always be designated as "deduct."
    - `id` string — The internal ID generated by Zinrelo.
    - `deduct_info` ReversePointsUsingUniqueTransactionAttributeDeductInfoObject
      - `points` integer — The number of points that are deducted from the member's account.
      - `points_status` string — The point status could be either "deducted," "rejected" or "pending_deducted." - "deducted": This status indicates that the points have already been deducted from the member's account. - "pending_deducted": This status suggests that the deduction action is in a pending state. - "rejected"- This status indicates that the transaction has been rejected.
  - `success` boolean

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/trueloyal/apis/admin-apis.md) · [All operations](https://skmtc.net/trueloyal/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trueloyal/admin-apis/versions/c12d3d379897/schema)
