v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-017439390.7 KB

This API cancels a specific hold on loyalty points in Gameball using the provided holdReferenceId. It releases the held points back into the customer's account, enabling flexibility in point management.

delete/api/v4.0/integrations/transactions/hold/{holdReferenceId}

Path parameters

holdReferenceIdstring required

Unique identifier for the hold transaction, used to release the held points or amount.

Response

Hold released successfully

successboolean

Indicates whether the hold was successfully released.

messagestring

Confirmation message indicating the hold has been released.

Example response

{
  "success": true,
  "message": "Hold released successfully"
}