pingv / braintree-dropin-ui-gpay_mlichte

Testing for Google Pay + 3DS Drop-in Integration

Home Page:https://mikrs-braintree-drop-in.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braintree Drop-in UI

To be used for testing purposes. A simple implementation of the Drop-in using Express.

To install/run:

  1. clone repo locally
  2. run npm install or npm i
  3. create a .env file in the root folder and insert your Braintree SANDBOX API keys + Merchant ID (https://developer.paypal.com/braintree/articles/control-panel/important-gateway-credentials#api-credentials)
  • BRAINTREE_MERCHANT_ID='merchantID'
  • BRAINTREE_PUBLIC_KEY='publicKey'
  • BRAINTREE_PRIVATE_KEY='privateKey'
  • (optional) create a PORT='Port number'
  1. run nodemon app.js to run using nodemon (which allows you to make changes without restarting the server)
  2. Navigate to localhost:5000, or, localhost:${PORT} (if you set up a PORT value)

About

Testing for Google Pay + 3DS Drop-in Integration

https://mikrs-braintree-drop-in.herokuapp.com/


Languages

Language:JavaScript 89.8%Language:HTML 9.1%Language:CSS 1.1%