Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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:
  • Click Pay
  • You will receive a message that says "Vault Transaction Successful"

Useful links

About

Demonstrate storing credit cards in Braintree vault and process transactions later

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.