BetSolutions · Example Payload

Wallet Api Player Info Response Example

BettingCasinosGamingGamblingSlotsSports Betting

Wallet Api Player Info Response Example is an example object payload from BetSolutions, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successuserIduserNamefirstNamelastNameemailcountryCodecurrency

Example Payload

Raw ↑
{
  "success": true,
  "userId": "player-500123",
  "userName": "jsmith",
  "firstName": "Jane",
  "lastName": "Smith",
  "email": "jsmith@example.com",
  "countryCode": "US",
  "currency": "USD"
}