Merchant Account

Merchant Account: Create For Currency

See also the Merchant Account response object.

Availability

This method is only supported for merchants using Braintree Auth.

  1. Ruby
gateway = Braintree::Gateway.new(
  :access_token => merchant_access_token
)

result = gateway.merchant_account.create_for_currency(
  :currency => "USD"
)

if result.success?
  puts result.merchant_account.currency_iso_code
end
If called with an unsupported currency, returns a validation error. For more information see currency support .
Parameters
:currencyString

Currency code of a supported currency. See the ISO 4217 codes.

:idString
The ID of the merchant account, referenced when creating transactions.

If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more