Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic application using the GoCardless API.

Note, that in order to use this application you will need to create a file called accountdetails.js in which you will need to put:

module.exports = {
	appId: 'Your App ID',
	appSecret: 'Your App Secret',
	token: 'Your Account Token',
	merchantId: 'Your Merchant ID',
	sandbox : true
}


This details can be found by signing up at GoCardless.com and then selecting Sandbox and Developer Mode. 

If this app is going live then remove 'sandbox : true' from the accountdetails.js file as well as replace the Sandbox appID's, appSecret's and merchantId's.

Created as part of Work Experience with GoCardless 18th - 22nd November 2013 

About

A small app in Node.JS using the GoCardless API that takes payments, subscriptions and preauthorizations as well as allows you to view and find current ones.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages