Wallet Object
typestring
The type of the wallet.
payment_method_idstring
The payment_method_id of the wallet.
game_idstring
The game_id if it's a game wallet.
currencystring
The currency of the wallet.
balanceinteger<int32>
The balance of the wallet.
Example:
0
pending_balanceinteger<int32>
The pending funds of the wallet that are not availble to be spent.
Example:
0
deficitinteger<int32>
The deficit of the wallet.
Example:
0
monetization_statusUser Monetization Status Enum (integer)
Enum Value | Description |
---|---|
UNREGISTERED (0) | Unregistered |
PENDING (1) | Pending |
REJECTED (2) | Rejected |
REVIEW (4) | Review |
ACTION (8) | Action |
APPROVED (16) | Approved |
MEMBER (32) | Member |
Possible values: [0
, 1
, 2
, 4
, 8
, 16
, 32
]
Wallet Object
{
"type": "string",
"payment_method_id": "string",
"game_id": "string",
"currency": "string",
"balance": 0,
"pending_balance": 0,
"deficit": 0,
"monetization_status": 0
}