This API retrieves the details of a specific hold in Gameball using holdReferenceId. It returns information on the amount of loyalty points held, their monetary value, the hold's status (active, used, or expired), and the time remaining until expiration, supporting effective management and tracking of held points.
get/api/v4.0/integrations/transactions/hold/{holdReferenceId}
Path parameters
holdReferenceIdstring required
Unique identifier for the hold transaction, used to retrieve the details of the specific hold.
Response
Hold details retrieved successfully
Example response
{
"customerId": "cust_abc12345xyz67890",
"holdEquivalentPoints": 20,
"state": "active",
"dateToExpire": "2024-10-16T08:11:24.675401"
}