How do I integrate with the Braintree Payment Gateway using Braintree.js?

Sharma Arsh picture Sharma Arsh · Jun 26, 2013 · Viewed 11.7k times · Source

can anyone know how to configure braintree.js payment gateway.

here is the link to braintree's site.

https://sandbox.braintreegateway.com

Thanks in advance.

Answer

agf picture agf · Jun 26, 2013

I work at Braintree. If you need more detail than you can easily get on Stack Overflow, please reach out to our support team.

The Braintree.js docs walk you through everything from signing up for sandbox to processing transactions. It sounds like you've already done step 1:

  1. Sign up for a Sandbox account.
  2. Follow the tutorials.
  3. Complete your integration and sandbox testing.
  4. Go through the apply process.
  5. Test in production.

If you're asking about how to do the technical side, then our Braintee.js tutorials are definitely the place to start.