# IBAN Interface ## Description This is version `0.1` of this API documentation. Last update on Jul 10, 2023. **Nash IBAN PSD2 API** allows Third Party Providers to access account information and initiate payments on behalf of customers. The API follows [PSD2 API V1.6 Guidelines](https://www.stet.eu/en/psd2/). This document describe our implementation choices and where we have drifted away from the guidelines. All non-absolute paths described in this document are relatives to the base URL of the server (e.g. https://iban.nash.io for the production environment). ## Servers ## Authentication ## Topics - [Onboarding](https://docs.iban.nash.io/topic/topic-onboarding.md) ## Endpoints and operations ### [CBPII](https://docs.iban.nash.io/group/endpoint-cbpii.md) - [Confirm funds](https://docs.iban.nash.io/operation/operation-openbankingweb-cbpiicontroller-funds_confirmations.md) ### [AISP](https://docs.iban.nash.io/group/endpoint-aisp.md) - [Retrieval of the PSU accounts](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-list.md) - [Retrieval of an account balances report](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-list_balances.md) - [Retrieval of an account overdraft](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-get_overdraft.md) - [Retrieval of an account owners](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-list_owners.md) - [Retrieval of an account transaction set](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-list_transactions.md) - [Retrieval of transaction details](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-list_transaction_details.md) - [Forwarding the PSU consent](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-update_consents.md) - [Retrieval of the identity of the end-user](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-get_identity.md) - [Retrieval of the trusted beneficiaries list](https://docs.iban.nash.io/operation/operation-openbankingweb-aispcontroller-list_beneficiaries.md) ### [PISP](https://docs.iban.nash.io/group/endpoint-pisp.md) - [Request a payment](https://docs.iban.nash.io/operation/operation-openbankingweb-pispcontroller-payment_requests.md) ### [Token](https://docs.iban.nash.io/group/endpoint-token.md) - [Get access token](https://docs.iban.nash.io/operation/operation-openbankingweb-tokencontroller-token.md) [Powered by Bump.sh](https://bump.sh)