v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
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
}