Braintree\MerchantAccountGateway::createForCurrency PHP Method

createForCurrency() public method

public createForCurrency ( $attribs )
    public function createForCurrency($attribs)
    {
        $response = $this->_http->post($this->_config->merchantPath() . '/merchant_accounts/create_for_currency', ['merchant_account' => $attribs]);
        return $this->_verifyGatewayResponse($response);
    }