Merchant Account

Merchant Account: All

Returns a collection of Merchant Account objects.
  1. C#
var gateway = new BraintreeGateway {
    Environment = Braintree.Environment.SANDBOX,
    MerchantId = "MERCHANT_ID",
    PublicKey = "PUBLIC_KEY",
    PrivateKey = "PRIVATE_KEY"
};
PaginatedCollection<merchantaccount> merchantAccountResults = gateway.MerchantAccount.All();
foreach (var merchantAccount in merchantAccountResults) {
    Console.Out.WriteLine(merchantAccount.CurrencyIsoCode);
}

We currently use cookies to improve and customize your experience on our site. If you accept, we’ll also use marketing cookies to show you personalized ads. Manage your cookies and learn more.

We currently use cookies to improve and customize your experience on our site. If you accept, we’ll also use marketing cookies to show you personalized ads. Manage your cookies and learn more.