1.0.8 • Published 8 years ago

@reactioncommerce/authorize-net v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

build status

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.