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

reactioncommerce/node-authorize-net

 
 

Repository files navigation

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.

About

Node.js SDK for Authorize.net payment gateway.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%