Banks
Banks

Get Bank Capabilities

Returns the capabilities for all banks supported by Crezco's Payment API with an optional filter of countries.

get/banks

Query parameters

Countriesstring nullable

Optional comma-separated list of country codes to filter banks (e.g., "GB,IE")

Optional comma-separated list of country codes to filter banks (e.g., "GB,IE")

Headers

Crezco-Versionstring

The requested API version

Response

OK

Example response

{
  "banks": [
    {
      "capabilities": [
        {
          "recommendedConfigurationSteps": [
            "setUpBeneficiariesAsTrusted"
          ]
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.