latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-1267112242.2 KB

a35ceeb59faf

Merchant Account

Update debit routing flag

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

post/merchant-account/{merchantId}/debit-routing

Path parameters

merchantIdstring required

Request body

enabledboolean required

Example request

{
  "enabled": true
}

Response

Debit routing flag updated

merchant_idstring
debit_routing_enabledboolean

Example response

{
  "merchant_id": "my_merchant",
  "debit_routing_enabled": true
}