GET
/
institutions
/
{currency_code}
List supported institutions for a currency
curl --request GET \
  --url https://api.paycrest.io/v1/institutions/{currency_code}
{
  "status": "success",
  "message": "Operation successful",
  "data": [
    {
      "name": "<string>",
      "code": "<string>",
      "type": "<string>"
    }
  ]
}
Retrieve a list of supported institutions for a given currency.

Path Parameters

currency_code
string
required

Response

200
application/json

List of institutions

The response is of type object.