---
title: "Look up payment routes"
method: GET
path: "/api/directory/routes"
tags: ["Routes"]
---

# Look up payment routes

`GET /api/directory/routes`

Find available payment routes for a currency corridor. Returns matching
entries sorted by priority (lower = preferred). Optionally filter by
payee reference or rail type.

## Query parameters

- `sourceCurrency` string, required
- `targetCurrency` string, required
- `payeeRef` string
- `rail` string

## Headers

- `x-tenant-id` string, required

## Response `200`

Matching routes

- object
  - `routes` RouteResult[]
    - `id` string, uuid
    - `rail` string
    - `identifier` string
    - `gateway` string, nullable
    - `currencies` string[]
    - `priority` integer
    - `status` 'ACTIVE' | 'SUSPENDED'
  - `total` integer

## Other responses

- `400` — Missing required query parameters
- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/stalela/apis/stalela-directory-api.md) · [All operations](https://skmtc.dev/stalela/apis/stalela-directory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stalela/stalela-directory-api/revisions/766a35bc67dd/schema)
