---
title: "Create a gift card"
method: POST
path: "/v1/admin/gift-card/create"
tags: ["Gift Card (Admin)"]
---

# Create a gift card

`POST /v1/admin/gift-card/create`

## Request body

- CreateGiftCardRequest
  - `receiverWallet` string, uuid, required
  - `amount` integer, required
  - `currency` string, currency-code, required
  - `enforcementDate` string, date-time, required
  - `expirationDate` string, date-time, required

## Response `200`

Gift card created successfully

---

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