---
title: "Debit Reward Item"
method: POST
path: "/profiles/{profile_id}/reward-item-debits/"
---

# Debit Reward Item

`POST /profiles/{profile_id}/reward-item-debits/`

Debit reward item points from a user profile

## Path parameters

- `profile_id` string, required

## Request body

- object
  - `reward_item_id` string
  - `reward_item_amount` integer
  - `description` string — Optional description for debiting this reward item. eg. purchased a signed cap at a discounted price
  - `custom_data` string — String data to send with the reward debit. Typically contains a string JSON payload to be decoded by the client SDK
  - `attributes` object[] — Key/value set of attributes to create that will be linked to the reward item
    - `key` string, required
    - `value` string, required
  - `reason` string — Optional reason for debiting this reward item. eg. merch purchase.

## Response `200`

200

- object
  - `id` string
  - `new_balance` integer
  - `created_at` string
  - `description` string
  - `custom_data` string
  - `prizeout_balance` unknown
  - `attributes` object[]
    - `key` string
    - `value` string
  - `reason` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
