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"
}

Changes

Changed in 2 of the 38 revisions of this API.13

    • the endpoint scheme security apiKey AND secretKey was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    • the endpoint scheme security secretKey was removed from the API

      api-security-removed

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog