---
title: "Get debit routing flag"
method: GET
path: "/merchant-account/{merchantId}/debit-routing"
tags: ["Merchant Account"]
---

# Get debit routing flag

`GET /merchant-account/{merchantId}/debit-routing`

Return whether debit/network routing is enabled for a merchant. Missing flag configuration is treated as disabled.

## Path parameters

- `merchantId` string, required

## Response `200`

Debit routing flag

- DebitRoutingResponse
  - `merchant_id` string
  - `debit_routing_enabled` boolean

## Other responses

- `404` — Merchant not found

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/a35ceeb59faf/schema)
