# Routing configuration version published

Webhook sent when a new routing configuration version is published.

Endpoint: POST RoutingConfigVersionPublished
Version: 2.0.0
Security: signatureAuth

## Request fields (application/json):

  - `event_id` (string, required)
    Unique identifier of the event.
    Example: "2c871666-c3a4-4a4e-89a8-fc8956e95731"

  - `event_type` (string, required)
    Event type.
    Enum: "ROUTING_CONFIG_VERSION_PUBLISHED"

  - `occurred_at` (string, required)
    Date and time when the event occurred.
    Example: "2026-04-03T16:18:40.000000Z"

  - `data` (object, required)
    Event payload containing the affected routing configuration record.

  - `data.routing_config` (object, required)
    Represents a routing configuration that controls how transactions are routed to payment providers within a channel.

  - `data.routing_config.id` (string, required)
    Unique identifier of the routing configuration.
    Example: "cfg_01KQF1NX2BYTKZZMR5F62NGJPQ"

  - `data.routing_config.payment_method_group` (string, required)
    Payment method group that the routing configuration applies to.
    Enum: "CARD", "DIGITAL_WALLET", "MERCHANT_MANAGED_NETWORK_TOKEN"

  - `data.routing_config.title` (string, required)
    Human-readable routing configuration title.
    Example: "Default routing config"

  - `data.routing_config.description` (string)
    Routing configuration description.
    Example: "Default routing for digital wallets"

  - `data.routing_config.status` (string, required)
    Routing configuration status.
    Enum: "ACTIVE", "INACTIVE", "ARCHIVED"

  - `data.routing_config.channel_id` (string, required)
    Identifier of the channel that the routing configuration belongs to.
    Example: "chn_01J1Z2X3Y4W5V6U7T8S9R0"

  - `data.routing_config.latest_version_id` (string, required)
    Identifier of the most recent routing configuration version.
    Example: "cfgv_01KS52NE57E3SBT4MK06ENY5JE"

  - `data.routing_config.latest_published_version_id` (string)
    Identifier of the most recently published routing configuration version.
    Example: "cfgv_01KS52NE57E3SBT4MK06ENY5JE"

  - `data.routing_config.created_at` (string, required)
    Date and time when the routing configuration was created.
    Example: "2026-05-18T13:58:02.062000Z"

  - `data.routing_config.updated_at` (string, required)
    Date and time when the routing configuration was updated.
    Example: "2026-05-21T10:52:55.814000Z"


