Withdraw funds
POST/v1/withdrawals
Enhanced withdrawal with rich bet details
Required headers:
X-Payload-Signature— HMAC-SHA256 hex signature of the request bodySession— JWT token identifying the authenticated player
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 5XX
Successful Response
Invalid request — malformed body, missing required fields, or invalid amount.
Invalid or expired session token.
HMAC signature verification failed.
Insufficient funds — the player's balance cannot cover the withdrawal amount. The platform treats this as a permanent failure and does not retry.
Server error — the platform retries up to 3 times with exponential backoff before treating the request as failed.