BetSolutions · Example Payload

Betsolutions Getbalance Example

BettingCasinosGamingGamblingSlotsSports Betting

Betsolutions Getbalance Example is an example object payload from BetSolutions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getBalance",
  "method": "POST",
  "path": "/wallet/balance",
  "summary": "BetSolutions Get Player Balance",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GetBalanceRequestExample",
      "example": {
        "merchantId": "merchant-001",
        "playerId": "player-500123",
        "hash": "c3d4e5f6..."
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetBalance200Example",
      "example": {
        "success": true,
        "playerId": "player-500123",
        "balance": 125.0,
        "currency": "USD"
      }
    }
  ]
}