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 Earnings

GET
https://yourdomain.com/webhooks/hypetech/rewards
The Rewards Webhook is triggered whenever a user wins a bet, providing detailed transaction information to ensure accuracy, transparency, and traceability.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/rewards' \
--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 - 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 Bodyapplication/json

Examples

Respostas

🟢200Success
application/json
Body

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