Card Account Model
|
Attribute |
Type |
Description |
|
accountNumber |
String |
A unique number of the account. |
|
maskedPan |
String |
The masked card PAN in format 123456******1234. |
|
iban |
String |
The IBAN of the account. |
|
currency |
String |
The account currency. 3 character ISO 4217 code (eg. “EUR”, “GBP”, “USD”). |
| name | String | A custom name of the account. |
| balances | Array of Card Account Balance | An array of balances. |
Card Account Balance
|
Attribute |
Type |
Description |
|
amount |
String |
The available amount. |
|
currency |
String |
The balance currency. 3 character ISO 4217 code (eg. “EUR”, “GBP”, “USD”). |
| balanceType | String | The type of the balance - "available" |