---
title: "Get campaign route merchant"
method: GET
path: "/campaigns/{campaign_id}/route_merchant"
tags: ["Campaigns"]
---

# Get campaign route merchant

`GET /campaigns/{campaign_id}/route_merchant`

When a campaign is configured to use a payment router, this method will return the next merchant the router will use.

## Query parameters

- `payment_method_id` integer, required
- `card_type_id` integer, required
- `customer_id` integer
- `order_id` integer

## Response `200`

OK

- object
  - `route_merchant_id` integer
  - `route_id` integer
  - `merchant_weight` integer
  - `merchant_limit_enable` boolean
  - `merchant_limit` integer
  - `limit_timeframe_id` integer
  - `merchant_priority_enable` boolean
  - `merchant_priority` integer
  - `merchant_priority_limit` integer
  - `priority_timeframe_id` integer
  - `route_timeframe_cap` integer
  - `route_type_id` 1 | 2 | 3 — * `1` - Round Robin * `2` - Volume * `3` - Weight
  - `route_include_decline` boolean
  - `merchant_attempt_3ds` boolean
  - `merchant_3ds_provider` object, nullable — Custom 3ds provider fields
  - `merchant_id` integer
  - `merchant_name` string
  - `gateway_id` integer
  - `currency_id` integer — Default currency
  - `merchant_mid_id` string
  - `merchant_descriptor` string
  - `merchant_phone` string
  - `merchant_url` string
  - `merchant_active` boolean
  - `merchant_processor` string, nullable
  - `merchant_mcc_code` string, nullable
  - `merchant_processing_limit` string
  - `merchant_processing_inforce` boolean
  - `merchant_daily_rebills_limit` string
  - `merchant_state` string, nullable
  - `merchant_tax` string
  - `merchant_mtd_revenue` string
  - `merchant_mtd_transactions` integer
  - `merchant_mtd_initial` integer
  - `merchant_processing_perc` string
  - `primary_merchant_category_id` integer
  - `secondary_merchant_category_id` integer
  - `merchant_notes` string, nullable
  - `date_created` string, date-time
  - `created_by` integer
  - `date_modified` string, date-time
  - `modified_by` integer
  - `merchant_currencies` object[]
    - `currency_id` integer
    - `currency_value` string
  - `merchant_payment_methods` object[]
    - `payment_method_id` integer
    - `payment_method_name` string
  - `merchant_card_types` object[]
    - `card_type_id` integer
    - `card_type_name` string
  - `primary_merchant_category` object, nullable
    - `merchant_category_id` integer
    - `merchant_category_name` string
  - `secondary_merchant_category` object, nullable
    - `merchant_category_id` integer
    - `merchant_category_name` string

## Other responses

- `400` — Error response
- `401` — Unauthorized response
- `403` — Forbidden response
- `404` — Not Found response
- `500` — Error response

---

[API](https://skmtc.net/vrio/apis/crm-configuration.md) · [All operations](https://skmtc.net/vrio/apis/crm-configuration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vrio/crm-configuration/revisions/62037010356e/schema)
