Ingenico Connect Node.js SDK
Introduction
The Node.js SDK helps you to communicate with the Ingenico Connect Server API. It's primary features are:
- convenient JavaScript wrapper around the API calls,
- authentication of all calls
- logging support by proxying log calls to a custom user defined logger instance
- validation of input and
- a logfile obfuscater
See the Ingenico ePayments Developer Hub for more information on how to use the API.
Structure of this repository
This repository consists out of one main component:
- The source code of the SDK itself:
/
Building the repository
- From the root of the project install all dependencies:
npm install
.