Skip to content

rubythonode/node-payflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

node-payflow

Installation

$ npm install -s payflow

Usage

var PayFlow = require('payflow');
var client = new PayFlow.gateway({
    PARTNER: '<PLACEHOLDER',
    VENDOR: '<PLACEHOLDER',
    USER: '<PLACEHOLDER',
    PWD: '<PLACEHOLDER'
});

Gateway API

This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.

About

Node.js SDK for Payflow payment gateway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%