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

# Spend from a gift card

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

## Request body

- SpendGiftCardRequest
  - `ownerWallet` string, uuid, required
  - `cardId` string, required
  - `amount` integer, required
  - `currency` string, currency-code, required

## Response `200`

Amount spent successfully from the gift card

---

[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)
