Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.39 KB

Braintree Vault Node Sample

Put a credit card or PayPal account in the Braintree vault for later charges.

The demo shows:

  • Vaulting a PayPal or Credit Card Account, sending a nonce to server
  • Create a new customer, exchanging nonce for reusable token
  • Charge customer using the token

Technology

This demo uses

Running the demo locally

  • Run npm install to install all dependencies
  • Run npm start to start the Express app
  • Visit http://127.0.0.1:3000/ in your browser
  • Fill in the form using PayPal or a Credit Card:
    • PayPal
    • Credit Card
      • Number: 4111 1111 1111 1111
      • CVV: 123
      • Expiration date: 11/2020
  • Click Pay
  • You will receive a message that says "Vault Transaction Successful"

Useful links