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

# POST /api/v4.0/integrations/batch/balance-adjustment

`POST /api/v4.0/integrations/batch/balance-adjustment`

Adjust customer loyalty balances for multiple customers in a single API call for efficient balance management.

## Request body

- object
  - `body` object[]
    - `customerId` string, required — Unique identifier for the customer.
    - `amount` number, required — Amount to adjust the balance by.
    - `reason` string — Reason for the balance adjustment.

## Response `200`

Batch balance adjustment 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/revisions/2e4a8bfe2291/schema)
