---
title: "Corridor"
url: "https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b/schemas/Corridor"
---

> Full API specification: https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b.md

# Corridor

Default corridor (geographic routing) block for a channelProfile.

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: ARS — Address Resolution Service
  version: 4.3.1
servers:
  - url: https://api-uat.ionova.ai/ars
    description: UAT (test data only)
components:
  schemas:
    Corridor:
      type: object
      xml:
        name: Corridor
      description: Default corridor (geographic routing) block for a channelProfile.
      properties:
        sendingCountry:
          type: string
          pattern: ^[A-Z]{2}$
          description: Default sending PSP country (ISO 3166-1 alpha-2).
        receivingCountry:
          type: string
          pattern: ^[A-Z]{2}$
          description: Default receiving PSP country (ISO 3166-1 alpha-2).
        currency:
          type: string
          pattern: ^[A-Z]{3}$
          description: Default transaction currency (ISO 4217, e.g. EUR, GBP, USD).
```
