v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
Merchant Account

Get debit routing flag

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

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

Path parameters

merchantIdstring required

Response

Debit routing flag

merchant_idstring
debit_routing_enabledboolean

Example response

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