Account Information Service (AIS)
Under PSD2, an Account Information Service (AIS) is an online service that provides consolidated information on payment accounts held by a payment service user (PSU) with payment service providers. PSD2 brings these services under regulation, ensuring that Account Information Service Providers (AISPs) can access payment accounts securely and with user consent.
AISPs must meet strict security requirements to protect users and their data.
Endpoints Overview
| Name | Endpoint |
|---|---|
| Read Account List | GET /accounts |
| Read Account Details | GET /accounts/{accountNumber} |
| Read Account Balances | GET /accounts/{accountNumber}/balances |
| Read Account Transactions | GET /accounts/{accountNumber}/transactions |
| Read Card Account List | GET /card-accounts |
| Read Card Account Details | GET /card-accounts/{accountNumber} |
| Read Card Account Balances | GET /card-accounts/{accountNumber}/balances |
| Read Card Account Transactions | GET /card-accounts/{accountNumber}/transactions |
For details on each endpoint, click the links above or see the sidebar navigation.