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
Example request
{
"enabled": true
}Response
Debit routing flag updated
Example response
{
"merchant_id": "my_merchant",
"debit_routing_enabled": true
}