Account

Account Model

AttributeTypeDescription
accountNumberStringA unique number of the account.
statusAccount StatusThe status of the account.
ibanStringThe IBAN of the account.
currencyStringThe account currency. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").
nameStringA custom name of the account.
cashAccountTypeStringThe type of the account. All myPOS and iCard accounts are of type E-Money.

Account Details

AttributeTypeDescription
accountNumberStringA unique number of the account.
status>Account StatusThe status of the account.
ibanStringThe IBAN of the account.
currencyStringThe account currency. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").
nameStringA custom name of the account.
balanceDoubleThe available balance in the account.
cashAccountTypeStringThe type of the account. All myPOS and iCard accounts are of type E-Money.
bicSwiftStringThe BIC/SWIFT code.
beneficiaryNameStringThe name of the beneficiary.
beneficiaryAddressStringThe address of the beneficiary.

Account Status

ValueDescription
enabledThe account can be debited/credited from/to.
deletedThe account has been closed by the PSU.
blockedThe account has been blocked by the PSP.

Account Transactions

AttributeTypeDescription
paymentReferenceStringA unique reference of the transactions.
operationStringThe name of the operation.
operationTypeStringThe type of the operations.
transactionCurrencyStringThe transaction currency. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").
transactionAmountDoubleThe amount of the transactions.
originalCurrencyStringThe original currency. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").
originalAmountDoubleThe original amount of the transactions.
dateStringThe date on which the transaction occurred in format yyyy-MM-ddTHH:mm:ss
signStringThe sign of the transactions, either Debit or Credit ("D"/"C").

Account Access

AttributeTypeDescription
balancesArray of String (IBANs)A list of IBANs the PSU has provided AIS access.
transactionsArray of String (IBANs)A list of IBANs the PSU has provided PIS access.
fundsArray of String (IBANs)A list of IBANs the PSU has provided COF access.