Card Account

Card Account Model

AttributeTypeDescription
accountNumberStringA unique number of the account.
maskedPanStringThe masked card PAN in format 123456******1234.
ibanStringThe IBAN of the account.
currencyStringThe account currency. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").
nameStringA custom name of the account.
balancesArray of Card Account BalanceAn array of balances.

Card Account Balance

AttributeTypeDescription
amountStringThe available amount.
currencyStringThe balance currency. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").
balanceTypeStringThe type of the balance - "available"