---
title: "Use a reward granted to a loyalty member."
method: POST
path: "/loyalty/v1/reward-attributions/{id}/burn"
tags: ["Reward"]
---

# Use a reward granted to a loyalty member.

`POST /loyalty/v1/reward-attributions/{id}/burn`

Use a reward granted to a loyalty member.

## Path parameters

- `id` string, required

## Request body

- object
  - `card_code` string — Use this if you have loyalty feature.
  - `contact_id` string — Use this if you have the new couponing feature.
  - `reason_msg` string
  - `burned_date` string
  - `store_id` string

## Response `200`

Reward use is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Granted reward with this identifier not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
