post
https://sandbox.external.routefusion.com/graphql (016 Disregard)
DEPRECATED
GraphQL Query
query ResourceCorridors {
resourceCorridors {
country
currency
type
paymentMethod {
local {
max
timeline
}
swift {
max
timeline
}
}
}
}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.