Merchant Account

Merchant Account: Find

See also the Merchant Account response object.

  1. PHP
$merchantAccount = $gateway->merchantAccount()->find('the_merchant_account_id');

If the merchant account can't be found, you'll receive a Braintree\Exception\NotFound exception.

Arguments
idrequired, string

The id of the sub-merchant.