Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 663 Bytes

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.