Retrieves the Institutions
supported by Embedded Payment Run. The response payload should list all the institutions.
Payment runs are funded from linked bank accounts provided by one of the supported institutions.
We recommend that you enable Buyers to check if their banks are supported before they start the registration and onboarding process.
OK
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Too many requests.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "institutions": [
- {
- "id": "string",
- "displayName": "string",
- "markets": [
- "EEA"
], - "currencies": [
- "GBP"
], - "countries": [
- "GB"
],
}
], - "count": 10,
- "responseCount": 100
}