vinchu / connect-sdk-nodejs

Ingenico Connect NodeJS Server SDK

Home Page:https://epayments.developer-ingenico.com/documentation/sdk/server/nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. The source code of the SDK itself: /

Installation

From the folder where your package.json is located, run the following command to install the SDK:

npm i connect-sdk-nodejs

Building the repository

From the root of the project install all dependencies:

npm install

About

Ingenico Connect NodeJS Server SDK

https://epayments.developer-ingenico.com/documentation/sdk/server/nodejs/

License:Other


Languages

Language:JavaScript 100.0%