---
title: "List payment routes"
method: GET
path: "/v2/payments/{paymentId}/routes"
tags: ["Delayed Routing API"]
---

# List payment routes

`GET /v2/payments/{paymentId}/routes`

Retrieve a list of all routes created for a specific payment.

## Query parameters

- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of route objects.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/mollie-api.md) · [All operations](https://skmtc.net/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/3fb1b5127a6b/schema)
