The Client Wallet object
The client wallet is very similar to a normal wallet except the parameters "Description" and "Owners" are removed. Currently, there are two types of client wallet (specified by the "FundsType" parameter) - "FEES" where your collected turnover is stored and "CREDIT" where repudiations are taken from. A normal wallet for a user has the "FundsType" of "DEFAULT".
Client wallets are created automatically when they're first required; and there is only one client wallet "FundsType" per currency
Note that you view the transactions for a client wallet here.
We set up a system of aliasing so the naming of your wallets is clearer for you. For example, your wallets in the currency EUR will be called FEES_EUR and CREDIT_EUR.
Parameters
Id
string:
Maximum length is 255 characters
The item's ID
CreationDate
timestamp
When the item was created
Tag
string:
Maximum length is 255 characters
Custom data that you can add to this item
Balance
Money:
View Sub-parameters
The current balance of the wallet
Balance.Currency
CurrencyIso:
EUR, GBP, PLN, CHF, NOK, SEK, DKK, USD, CAD , AUD, JPY, HKD, AED, ZAR, CZK
ISO 4217 format
The currency - should be ISO_4217 format
Balance.Amount
int
An amount of money in the smallest sub-division of the currency, e.g. 12.60 EUR would be represented as 1260 whereas 12 JPY would be represented as just 12)
FundsType
FundsType:
DEFAULT, FEES, CREDIT
The type of funds in the wallet