---
title: "Redeem giftcard."
method: POST
path: "/v0.2.4/redeem/gift-card"
tags: ["Redeem"]
---

# Redeem giftcard.

`POST /v0.2.4/redeem/gift-card`

## Request body

- object
  - `subAccount` string — Subaccount if any.
  - `chiRef` string, required — Chi reference.
  - `redeemOptions` object, required — Data needed to redeem.
    - `email` string
    - `countryCode` string
    - `productId` string

## Response `200`

Successfully redeemed gift card.

- object
  - `status` string
  - `message` string
  - `data` object
    - `id` string
    - `valueInUSD` number
    - `chimoney` integer
    - `issueID` string
    - `fee` integer
    - `type` string
    - `subAccount` string
    - `issuer` string
    - `t_id` integer
    - `chiRef` string
    - `meta` object
    - `integration` object
      - `appID` string
      - `isFromScrim` boolean
    - `turnOffNotification` boolean
    - `issueDate` string
    - `payerEmail` string
    - `redirect_url` string
    - `redeemData` object
      - `walletID` string
    - `initiatedBy` string
    - `fundsAvailableDate` string, nullable
    - `updatedDate` string
    - `paymentDate` string
    - `status` string
    - `walletID` string
    - `email` string
    - `countryCode` string
    - `productId` string

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `404` — Error indicating that the transaction was not found.
- `500` — Indicates an internal server error.

---

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