Skip to content

An example Braintree integration in the ASP.NET framework

License

Notifications You must be signed in to change notification settings

Shane32/braintree_aspnet_example

 
 

Repository files navigation

Braintree ASP.NET Example

An example Braintree integration for ASP.NET.

Setup Instructions

These instructions assume you are using Visual Studio Community 2017. This has not been tested in Xamarin Studio, or other versions of Visual Studio. This project is also set up to use NuGet package restore, so all dependencies should be automatically installed.

  1. Open braintree_aspnet_example.sln in Visual Studio.

  2. Open the Web.config in BraintreeASPExample, and fill in your Braintree API Credentials in the BraintreeEnvironment, BraintreeMerchantId, BraintreePublicKey, and BraintreePrivateKey keys. Credentials can be found by navigating to Account > My User > View Authorizations in the Braintree Control Panel. Full instructions can be found on our support site.

  3. Start the project by pressing the play button in the toolbar.

Running Tests

There are unit and integration tests. To run the integration tests, you will need to have IIS Express and Firefox (version 46.x or below) installed and your API credentials filled in. You can run all the tests by opening the Test Explorer and clicking Run All.

Testing Transactions

Sandbox transactions must be made with sample credit card numbers, and the response of a Transaction.Sale() call is dependent on the amount of the transaction.

Pro Tips

  • If you do not want to or are unable to use NuGet package restore, make sure to download and reference the following packages:
    • Braintree 3.3.0 or higher
    • Moq 4.5 or higher (needed for BraintreeASPExampleTests only)
    • Selenium WebDriver 2.52 or higher (needed for BraintreeASPExampleTests only)

Help

Disclaimer

This code is provided as is and is only intended to be used for illustration purposes. This code is not production-ready and is not meant to be used in a production environment. This repository is to be used as a tool to help merchants learn how to integrate with Braintree. Any use of this repository or any of its code in a production environment is highly discouraged.

About

An example Braintree integration in the ASP.NET framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.8%
  • C# 31.0%
  • HTML 29.8%
  • Other 0.4%