v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
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

idstring
created_bystring
namestring
descriptionstring
algorithm_dataobject

The stored algorithm, tagged by type with the variant payload under data. See RoutingAlgorithm.

algorithm_forstring
created_atstring
modified_atstring

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"
  }
]