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
Successful Response