v1
latestOpenAPI 3.1.02026-07-136388308.2 KBOpen Banking
Get list of ASPSPs / Banks
This endpoint will return all ASPSPs (Account Servicing Payment Service Provider) / banks available to you for open banking payments. The list can be filtered by currency.You will need to enable PERM_BUSINESS_GET_ASPSPS to use this endpoint. This endpoint is only required if you intend to host the “Select ASPSP / bank” page yourself.
get/v1/aspsps
Query parameters
currencystring
The three letter code for the currency - either EUR or GBP. Use this to filter the list for banks that can be used to pay in a certain currency.
Response
A list of ASPSPs the customers can use to pay a payment.
Example response
{
"total": 10,
"aspsps": [
{
"aspspUuid": "4ADFB67A-0F5B-4A9A-9D74-34437250045C",
"alias": "Demo Bank",
"logoUrl": "https://assets.fire.com/pisp/demo.svg",
"country": {
"code": "GB",
"description": "United Kingdom"
},
"currency": {
"code": "EUR",
"description": "Euro"
},
"dateCreated": "2019-08-22T07:48:56.460Z",
"lastUpdated": "2019-08-22T07:48:56.460Z"
}
]
}