Skip to main content
GET
/
institutions
/
{currency_code}
List supported institutions for a currency
curl --request GET \
  --url https://api.paycrest.io/v2/institutions/{currency_code}
{
  "status": "success",
  "message": "<string>",
  "data": [
    {
      "name": "<string>",
      "code": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.paycrest.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve a list of supported institutions for a given currency.

Path Parameters

currency_code
string
required

Response

List of institutions

status
string
Example:

"success"

message
string
data
object[]