Skip to content

trgr/node-paylane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A node.js implementation of the PayLane REST API. Implements all of http://devzone.paylane.com/function-reference/

Disclaimer

This package is not official, I am not affiliated with PayLane. Us this package at your own risk.

Installation

npm install paylane

Usage

Usage is very simple, set your username and password with setCredentials , then call module.resource.method For example:

var paylane = require( 'paylane' )
paylane.setCredentials( 'username' , 'password' )
paylane.sofort.sale( parameters , function( err , return ){
 console.log( return )
})

About

Node client for the paylane REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published