cURL
curl --request DELETE \ --url https://api.gameball.co/api/v4.0/integrations/transactions/hold/{holdReferenceId} \ --header 'apikey: <api-key>'
{ "success": true, "message": "Hold released successfully" }
Release held points for redemption or cancel the hold.
apikey
secretkey
Unique identifier for the hold transaction, used to release the held points or amount.
Hold released successfully
Indicates whether the hold was successfully released.
true
Confirmation message indicating the hold has been released.
"Hold released successfully"
Was this page helpful?