v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Update a Routing

Replaces the routing's full configuration.

patch/routing/{routing_id}

Path parameters

routing_idstring uuid required

Headers

X-Idempotency-Keystring uuid required

Response

OK

idstring
account_idstring
payment_methodstring
namestring
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": "r_8f2c1d3e-4b5a-6c7d-8e9f-0a1b2c3d4e5f",
  "account_id": "acc-uuid",
  "payment_method": "CARD",
  "name": "Updated Card routing v2",
  "default_route": {
    "steps": [
      {
        "index": 1,
        "provider_id": "STRIPE",
        "connection_id": "f1a3c4d5-..."
      }
    ]
  },
  "condition_sets": [
    {
      "sort_number": 1,
      "name": "Updated Card routing"
    }
  ],
  "created_at": "2026-05-12T14:30:00Z",
  "updated_at": "2026-05-12T14:30:00Z"
}