# Get transfer corridors for a country **GET /recipients/countries/{country}/corridors** Retrieve available transfer corridors (currency and payout method combinations) for a specific country ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **country** (string) Country code (ISO 3166-1 alpha-2) ## Responses ### 200 Array of available corridors #### Body: application/json (array[object]) - **beneficiaryAccountType** (string) Beneficiary account type - **createdAt** (string) Creation timestamp - **deliveryTAT** (string) Delivery turnaround time - **destinationCountry** (string) Destination country code (ISO 3166-1 alpha-2) - **destinationCurrencyID** (integer) Destination currency ID - **edges** (object) - **enabled** (boolean) Whether corridor is enabled - **id** (integer) Corridor ID - **limitCurrencyID** (integer) Limit currency ID - **maximumAmount** (string) Maximum transfer amount in smallest currency unit - **minimumAmount** (string) Minimum transfer amount in smallest currency unit - **payoutMethod** (string) Payout method (LOCAL, SWIFT, etc.) - **routingCodeType** (string) Routing code type - **updatedAt** (string) Last update timestamp ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message ### 404 Country not found #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)