项目作者: continuous-software

项目描述 :
Node.js SDK for Authorize.net payment gateway.
高级语言: JavaScript
项目地址: git://github.com/continuous-software/node-authorize-net.git
创建时间: 2014-09-04T07:47:53Z
项目社区:https://github.com/continuous-software/node-authorize-net

开源协议:

下载


build status Greenkeeper badge

node-authorize-net

Installation

  1. $ npm install -s authorize-net

Usage

  1. var AuhorizeNet = require('authorize-net');
  2. var client = new AuthorizeNet({
  3. API_LOGIN_ID: '<PLACEHOLDER>',
  4. TRANSACTION_KEY: '<PLACEHOLDER>'
  5. });

Gateway API

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