resourceCorridorsV2

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.

GraphQL Query

query ResourceCorridorsV2 {
  resourceCorridorsV2 {
    country
    currency
    paymentMethod {
      local {
        personal {
          min
          max
          timeline
        }
        business {
          min
          max
          timeline
        }
      }
      swift {
        personal {
          min
          max
          timeline
        }
        business {
          min
          max
          timeline
        }
      }
      mobile {
        personal {
          min
          max
          timeline
        }
        business {
          min
          max
          timeline
        }
      }
      fedwire {
          personal {
          min
          max
          timeline
        }
        business {
          min
          max
          timeline
        }
      }
    }
  }
}
Body Params
string
Defaults to {}
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json