Node.js SDK for Authorize.net paymenet gateway.
npm install authorize-net
$ npm install -s authorize-net
``javascript``
var AuhorizeNet = require('authorize-net');
var client = new AuthorizeNet({
API_LOGIN_ID: '
TRANSACTION_KEY: '
});
This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.