Skip to main content

Account information API flow

Account information API flow

Support end-points

IBAN check

In case a user needs to enter their IBAN, the number can be double-checked via IBAN check:

GET /payment/iban/{iban}

To get additional data for the selected Account inquiry two endpoints are available:

GET /account/inquiry
GET /account/inquiry/{inquiryId}

List accounts in given consent

GET /account/accounts?consentId={consentId}

Gat account details (depending on inquiry scope)

GET /account/accounts/{accountId}?consentId={consentId}

List account transactions (depending on inquiry scope)

GET /account/accounts/{accountId}/transactions?consentId={consentId}
GET /account/accounts/{accountId}/transactions/{transactionId}?consentId={consentId}

Additional account information data

All other additional account-information data can be retrieved using the Service API - accounts end-point.