---
title: "PUT /api/v4.0/integrations/transactions/{transactionId}/activate"
method: PUT
path: "/api/v4.0/integrations/transactions/{transactionId}/activate"
---

# PUT /api/v4.0/integrations/transactions/{transactionId}/activate

`PUT /api/v4.0/integrations/transactions/{transactionId}/activate`

This API is used to immediately activate loyalty points that are currently in a pending state, bypassing the configured return window duration. This endpoint overrides that duration and activates the points immediately, making them available for use by the customer without waiting for the pending return window duration to elapse. This API is especially useful for scenarios where the client determines that the order is confirmed and the points can be safely activated ahead of schedule. Note: Once points are activated, the action cannot be reversed via this API.

## Path parameters

- `transactionId` string, required

## Response `200`

Transaction activated successfully

- object
  - `pointsActivated` number — Number of points that has been successfully activated by the transaction
  - `gameballTransactionId` number — The unique identifier for the transaction within Gameball.
  - `clientTransactionId` string — A unique identifier for a transaction in your system (e.g., order number or invoice number).

---

[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)
