v1

latestOpenAPI 3.0.32026-07-248079274.0 KB
Variable Recurring Payments

List supported banks

Returns a list of banks supported for Open Banking journeys.

get/open-banking/supported-banks

Query parameters

offsetinteger

The record to start the response on.

limitinteger

A limit on the scope of values returned in the response.

Response

OK

Example response

{
  "meta": {
    "links": [
      {
        "rel": "first",
        "href": "/v1/path?offset=0",
        "title": "first page"
      }
    ]
  },
  "data": [
    {
      "bank_id": "01KFDB0BXCFC462ZN57TQZ7CBQ",
      "logo_url": "https://image.acquired.com/ob/example_icon.svg",
      "icon_url": "https://image.acquired.com/ob/example_icon.png",
      "display_name": "Example Bank",
      "country_code_2_alpha": "GB",
      "bic_code": "EXAMPLEBBXXX",
      "supported_currencies": [
        "GBP"
      ],
      "supported_products": [
        "domestic_payments",
        "domestic_sweeping_variable_recurring_payments",
        "domestic_visa_a2a_variable_recurring_payments"
      ]
    }
  ]
}