Routing Rules
List routing rules
List all routing rules for a merchant.
post/routing/list/{created_by}
Path parameters
created_bystring required
Response
List of routing rules
Example response
[
{
"id": "routing_e641380c-6f24-4405-8454-5ae6cbceb7a0",
"created_by": "merchant_demo",
"name": "priority rule",
"description": "try stripe before adyen",
"algorithm_for": "payment",
"created_at": "2026-04-26 10:00:00.000000",
"modified_at": "2026-04-26 10:00:00.000000"
}
]