# Rollback a withdraw request **POST /wallet/rollback** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **gameId** (string) - **gameRoundId** (string) - **playerId** (string) - **sessionId** (string) - **transactionId** (string) Rollback transaction ID - **withdrawTransactionId** (string) The transaction ID of the withdraw that is being rolled back ## Responses ### 200 Successful response #### Body: application/json (object) - **balance** (number) - **currency** (string) ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)