@reactioncommerce/authorize-net
Version:
Node.js SDK for Authorize.net paymenet gateway.
23 lines (15 loc) • 677 B
Markdown
[](https://travis-ci.org/continuous-software/node-authorize-net)

$ npm install -s authorize-net
```javascript
var AuhorizeNet = require('authorize-net');
var client = new AuthorizeNet({
API_LOGIN_ID: '<PLACEHOLDER>',
TRANSACTION_KEY: '<PLACEHOLDER>'
});
```
This SDK is natively compatible with [42-cent](https://github.com/continuous-software/42-cent).
It implements the [BaseGateway](https://github.com/continuous-software/42-cent-base) API.