The ASPSP Information Service retrieves a list of all ASPSPs (banks and financial institutions) currently supported by the Open Payments platform. This allows your application to display available banks to the PSU before creating consents or initiating payments.
For requests to the ASPSP Information Service API, you need an access token with scope set to aspspinformationcorporate.
1. Get ASPSP List
This request allows you to retrieve a list of supported ASPSPs, optionally filterable by country via the isoCountryCodes query parameter.
Endpoint
Code
GET /psd2/aspspinformation/v1/aspsps
Query Parameters
Name
Type
Description
isoCountryCodes
array
ISO Country Codes for the countries to get banks for.
Request Headers
Name
Type
Description
X-Request-ID
string(uuid)
The ID of the request, unique to the call, as determined by the initiating party.