Routing
List Routings
Lists all routings of an account, optionally filtered by payment method.
GET
List Routings
Lists the routings configured on an account. Each item returns the routing’s current live configuration, with the same shape as Retrieve a Routing.
Pass
payment_method to list only the routings for that payment method, and omit it to list all of them.
Query Parameters
The account to list routings for. Must belong to the organization your API credentials are scoped to.
Optional filter by payment method (e.g.,
CARD, PIX). Same values as the payment_method field in routing responses.Response
The routings configured on the account, or an empty array if it has none. Each routing contains:Unique identifier for the routing.
Unique identifier for the account.
The payment method this routing applies to (e.g.,
CARD).Label for the routing.
The default routing logic.
Optional conditional logic.
ISO 8601 timestamp.
ISO 8601 timestamp.
Optional list of non-blocking orchestration warnings (e.g.,
MONITOR_REDISTRIBUTION_DEFERRED).Errors
Authorizations
Query Parameters
Account to list routings for. Must belong to the organization of your API credentials.
Filter by payment method (e.g., CARD, PIX).
Example:
"CARD"
Response
The routings configured on the account, or an empty array if it has none.
Example:
"r_8f2c1d3e-4b5a-6c7d-8e9f-0a1b2c3d4e5f"
Example:
"acc-uuid"
Example:
"CARD"
Example:
"Card routing — Stripe primary, Adyen fallback"
Example:
"2026-05-12T14:30:00Z"
Example:
"2026-05-12T14:30:00Z"
List Routings