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

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

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

Award loyalty points to customers through cashback program 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, required — Monetary value of the transaction for which the customer will be rewarded.

## Response `200`

Batch cashback reward processing initiated successfully

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

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/versions/2e4a8bfe2291/schema)
