Skip to content

DPoplin/BT_hosted_fields_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosted Fields

A Braintree Hosted Fields Integration utilizing node.js

Installation

Use npm to install dependencies

npm install

Input API credentials in a .env file

BT_ENVIRONMENT='Sandbox' OR 'Production'
BT_MERCHANT_ID='your_merchant_ID'
BT_PUBLIC_KEY='your_public_key'
BT_PRIVATE_KEY='your_private_key'

Start server on localhost:3000

npm start

Usage

Navigate to localhost:3000 to access payment screen

Navigate to localhost:3000/transactions to view transaction history over the last 90 days

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published