Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 328
Arsh Sharma Avatar asked Dec 20 '22 03:12

Arsh Sharma


1 Answers

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.

like image 199
agf Avatar answered Feb 01 '23 22:02

agf