---
title: "POST /api/v4.0/integrations/batch/redeem"
method: POST
path: "/api/v4.0/integrations/batch/redeem"
---

# POST /api/v4.0/integrations/batch/redeem

`POST /api/v4.0/integrations/batch/redeem`

Enable customers to redeem loyalty points as a payment method for multiple customers in a single API call.

## Request body

- object
  - `body` object[]
    - `customerId` string, required — Unique identifier for the customer that you can reference across the customer's whole lifetime.
    - `email` string — Customer's email address. Required if your account uses email-based channel merging.
    - `mobile` string — Customer's mobile number. Required if your account uses mobile-based channel merging.
    - `transactionId` string, required — A unique identifier for a transaction in your system (e.g., order number or invoice number).
    - `transactionTime` string, date-time, required — The time of the transaction in your system. Must be in UTC (ISO 8601 format).
    - `amount` number — The actual monetary value the customer wants to redeem.
    - `points` integer — The number of points the customer wants to redeem from their balance.
    - `holdReference` string — A unique reference obtained from the Hold Points API.

## Response `200`

Batch redemption processing initiated successfully

- object
  - `jobId` number — The assigned job ID, which is later used for status verification and response retrieval.

## Changes

- **2026-02-01** `e7c26fe8697a` — 3 info
  - the endpoint scheme security `apiKey AND secretKey` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `secretKey` was removed from the API
- **2025-09-30** `788718651767` — 1 info
  - removed the non-success response with the status `400`
- **2025-09-10** `95e7f65e5afd` — 1 info
  - endpoint added
- **2025-09-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gameballers/apis/gameball-api/changes/api/v4.0/integrations/batch/redeem/post.md)

---

[API](https://skmtc.dev/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.dev/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/747ba4697269/schema)
