---
title: "Payout Giftcards to an email."
method: POST
path: "/v0.2.4/payouts/gift-card"
tags: ["Payouts"]
---

# Payout Giftcards to an email.

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

## Request body

- object
  - `subAccount` string — Subaccount (Wallet Account) to payout from, if any.
  - `turnOffNotification` boolean — disables email and other notifications from Chimoney.
  - `giftcards` object[], required — Giftcard payload.
    - `email` string, required — Recipient email address.
    - `valueInUSD` number, required — Value in USD.
    - `narration` string — Narration/Description of payment to be included notification to user
    - `collectionPaymentIssueID` string — issue ID for the payment payout initiated.
    - `redeemData` object — Data needed to redeem.
      - `productId` string — Product ID.
      - `countryCode` string — The country code.
      - `valueInLocalCurrency` number — The value in local currency.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message describing the outcome.
  - `data` object
    - `chimoneys` object[]
      - `id` string
      - `valueInUSD` number
      - `chimoney` integer
      - `issueID` string
      - `productId` string
      - `personalizedMessage` string
      - `fee` number
      - `type` string
      - `issuer` string
      - `enabledToRedeem` string[]
      - `valueInLocalCurrency` number
      - `t_id` integer
      - `collectionPaymentIssueID` string
      - `chiRef` string
      - `countryCode` string
      - `narration` string
      - `integration` object
        - `appID` string
      - `issueDate` string, date-time
      - `email` string
      - `redeemData` object
        - `valueInLocalCurrency` number
        - `productId` string
        - `countryCode` string
      - `initiatedBy` string
      - `status` string
    - `payouts` object[]

## 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.
- `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)
