Hypetech Parceiros
InícioHypetech Games
InícioHypetech Games
  1. Webhook
  • Overview
  • About Hypetech API
  • Error Handling
  • APIs
    • Setup
      • Overview
      • Signature Verification
    • Webhook
      • Hooks Bet
      • Register Bet
        GET
      • Register Earnings
        GET
      • Rollback Bet
        GET
      • Balance
        GET
    • Sessions
      • Session Transactions
      • Active Sessions
    • Acessing games
      • Get Game List
      • Get Game URL
    • Promocional
      • Free bet
        • Redeem Free Bet
  • Esquemas
    • Bet placing response
  1. Webhook

Balance

GET
https://yourdomain.com/webhooks/hypetech/balance
This webhook is triggered whenever a user's bet is canceled in the Hypetech API. It logs rollback transactions, ensuring data consistency and transparent balance adjustments.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/balance' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": "string",
    "currency": "string",
    "amount": 0,
    "provider": "string",
    "provider_tx_id": "string",
    "game": "string",
    "action": "string",
    "round_id": "string",
    "mode": "string",
    "count_register": 0,
    "session_token": "string"
}'
Response Response Example
200 - Exemplo 1
{
    "operator_tx_id": "string",
    "new_balance": "string",
    "old_balance": "string",
    "user_id": "string",
    "currency": "string",
    "provider": "string",
    "provider_tx_id": "string"
}

Requisição

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200Success
application/json
Body

🟠401Not authorized
🟠404Route not found
🔴500Internal server error
Modificado em 2025-08-08 13:46:20
Página anterior
Rollback Bet
Próxima página
Session Transactions