BetSolutions · Example Payload

Betsolutions Getplayerinfo Example

BettingCasinosGamingGamblingSlotsSports Betting

Betsolutions Getplayerinfo 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": "getPlayerInfo",
  "method": "POST",
  "path": "/player/info",
  "summary": "BetSolutions Get Player Info",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GetPlayerInfoRequestExample",
      "example": {
        "merchantId": "merchant-001",
        "playerId": "player-500123",
        "hash": "e5f6g7h8..."
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetPlayerInfo200Example",
      "example": {
        "success": true,
        "userId": "player-500123",
        "userName": "jsmith",
        "firstName": "Jane",
        "lastName": "Smith",
        "email": "jsmith@example.com",
        "countryCode": "US",
        "currency": "USD"
      }
    }
  ]
}