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
Example response
{
"merchant_id": "my_merchant",
"debit_routing_enabled": true
}