The Wallet object
A Wallet
is an object in which PayIns
and Transfers
from users are stored in order to collect money. You can pay into a Wallet
, withdraw funds from a wallet or transfer funds from a Wallet
to another Wallet
.
Parameters
Owners
list
An array of userIDs of who own's the wallet. For now, you only can set up a unique owner.
Balance
Money:
View Sub-parameters
The current balance of the wallet
Balance.Currency
Currency:
AED, AUD, CAD, CHF, CZK, DKK, EUR, GBP, HKD, JPY, NOK, PLN, SEK, USD, ZAR
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
Description
string:
Maximum length is 255 characters
A description of the wallet
Currency
Currency:
AED, AUD, CAD, CHF, CZK, DKK, EUR, GBP, HKD, JPY, NOK, PLN, SEK, USD, ZAR
The currency - should be ISO_4217 format