v1

latestOpenAPI 3.1.02026-07-24540259.7 KB

Copy of resourceCorridors

Fetch all available corridors. The response of this query will return all countries, and currencies you can create beneficiaries in. It will also respond with the type of beneficiaries that are supported in the corridor, and the payment methods available.

post/graphql (016 Disregard)-1

Request body

querystring

Response

200

Example response

{
  "data": {
    "resourceCorridors": [
      {
        "country": "AE",
        "currency": "USD",
        "type": [
          "personal"
        ],
        "paymentMethod": {
          "local": {
            "max": "999999999"
          }
        }
      }
    ]
  }
}