---
title: "Transfer a gift card to another user"
method: POST
path: "/v1/admin/gift-card/transfer"
tags: ["Gift Card (Admin)"]
---

# Transfer a gift card to another user

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

## Request body

- TransferGiftCardRequest
  - `ownerWallet` string, uuid, required
  - `cardId` string, required
  - `receiverWallet` string, uuid, required

## Response `200`

Gift card transferred 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)
