Rollback transaction
DELETE/v1/rollbacks/:id
Reverse a withdrawal that succeeded but whose bet placement failed in a subsequent step. The {id} parameter is the transaction ID returned by the operator from the original POST /v1/withdrawals call.
The operator must credit the player's balance back by the original withdrawal amount.
Rollbacks are never called for deposits — only for withdrawals that need compensation.
Required headers:
X-Payload-Signature— HMAC-SHA256 hex signature of the request body
Request
Responses
- 200
- 403
- 404
- 5XX
Successful Response
HMAC signature verification failed.
Transaction ID not found — no matching withdrawal exists for the given {id}.
Server error — the platform retries up to 3 times with exponential backoff before treating the request as failed.