BetSolutions · Example Payload

Wallet Api Withdraw Request Example

BettingCasinosGamingGamblingSlotsSports Betting

Wallet Api Withdraw Request 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

merchantIdplayerIdamountcurrencytransactionIdhash

Example Payload

Raw ↑
{
  "merchantId": "merchant-001",
  "playerId": "player-500123",
  "amount": 25.0,
  "currency": "USD",
  "transactionId": "txn-def456",
  "hash": "b2c3d4e5..."
}