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

Register Bet

GET
https://yourdomain.com/webhooks/hypetech/register
Triggered whenever a user places a bet during a game, this webhook provides detailed transaction information to ensure accuracy and traceability.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/register?user_id=26&currency=USD&amount=200&provider=hypetech&provider_tx_id=559&game=aviador&action=bet&round_id=string&mode=default&count_register=1&session_token=b72afc947ed1809d9a993d378733cfea' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": "26",
    "currency": "USD",
    "amount": 200,
    "provider": "hypetech",
    "provider_tx_id": "559",
    "game": "aviador",
    "action": "bet",
    "round_id": "255",
    "mode": "default",
    "count_register": "1",
    "session_token": "b72afc947ed1809d9a993d378733cfea"
}'
Response Response Example
200 - Response sample
{
    "operator_tx_id": "559",
    "new_balance": "2050.00",
    "old_balance": "2300.00",
    "user_id": "13",
    "currency": "BRL",
    "provider": "hypetech",
    "provider_tx_id": "559"
}

Requisição

Parâmetros Query

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200Bet information
application/json
This webhook offers a reliable and transparent mechanism to log bets, ensuring secure and efficient integration with the Hypetech API.
Body

🟠401Not authorized
🔴500Internal server error
Modificado em 2025-08-08 13:42:36
Página anterior
Hooks Bet
Próxima página
Register Earnings