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

# Update debit routing flag

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

Enable or disable runtime debit/network routing for a merchant.

## Path parameters

- `merchantId` string, required

## Request body

- DebitRoutingRequest
  - `enabled` boolean, required

## Response `200`

Debit routing flag updated

- 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/versions/36e7a0972ee6/schema)
