Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 799 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 799 Bytes

build status Greenkeeper badge

node-authorize-net

Installation

$ npm install -s authorize-net

Usage

var AuhorizeNet = require('authorize-net');
var client = new AuthorizeNet({
  API_LOGIN_ID: '<PLACEHOLDER>',
  TRANSACTION_KEY: '<PLACEHOLDER>'
});

Gateway API

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