Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 608 Bytes

README.markdown

File metadata and controls

18 lines (12 loc) · 608 Bytes

Samurai Node.js Example Application

This is a demo node.js app designed to show how easy it is to process payments using the Samurai gateway. To install the node modules needed to run this example app, cd into its directory and do:

npm install

To start the webserver:

node server.js

Then visit http://localhost:3000 to start playing with it.

For information about the various parameters you can use to trigger specific processor responses, see the Developer Sandbox page.