Skip to main content

Get Supported Corridors

Get supported corridors by currency, country or payout method.

Definition

URL
GET https://api-test.instarem.com:4803/api/v1/beneficiary-service/supported-corridors

Headers Parameters

ParameterDescriptionTypeRequired
AuthorizationAuthentication Token.StringYes
Content-TypeThe Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json.StringYes
X-CLIENT-IDUnique id for client generated by Nium, Required only in case of partner based model (E.g. 593feb7c7c52bb2357b2df6c).StringNo

Example Request

curl --location --request GET 'https://api-test.instarem.com:4803/api/v1/beneficiary-service/supported-corridors?destination_currency=USD&destination_country=US&payout_method=LOCAL' \\
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2MjE1MDY1NDYsImRhdGEiOnsiY2xpZW50IjoiNTkzZmViN2M3YzUyYmIyMzU3YjJkZjZjIiwic3ViIjoiNTkzZmViZjc3YzUyYmIyMzU3YjJkZjcxIn0sImlhdCI6MTYyMTQyMDE0Nn0.zlHniTvAJH3AlbzvjFI7hNIJrn5pkw8FLQ5fnsY016k' \\
--header 'Content-Type: application/json'

Query Parameters

ParameterDescriptionTypeRequired
destination_currencyDestination currency (3-letter ISO-4217 code).StringNo
destination_countryDestination country (2-letter ISO-4217 code).StringNo
payout_methodPayout method.StringNo

Example Response

[
{
"destination_currency": "USD",
"payout_method": "LOCAL",
"destination_country": [
"US"
],
"routing_code_type": "ACH CODE"
}
]

Response Parameters

ParameterDescriptionType
destination_currencyDestination currency.String
payout_methodPayout method.String
destination_countryDestination country.Array
routing_code_typeRouting code type.String