Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 933 Bytes

File metadata and controls

21 lines (13 loc) · 933 Bytes

ING-CONNECT

This package is a SDK no official to connect to ING Bank API with Node.js.

ING Connect is designed to allow you to access PSD2 and Non PSD2 ING APIs with your existing Node.js application with minimal effort. The SDK will take care of calculating the digest, generating the date, signing the request and determing the headers as well as making the actual request.

ING developer portal. https://developer.ing.com/openbanking/get-started

Installation

npm i --save ing-connect

once this package has been installed it'll require some .env params

Keys Values
SIGNING_KEY_FILE Key generated as this documentation explains
SIGNING_PASSWORD Password of the key generated avobe
TLS_CERIFICATE_FILE
TLS_KEY_FILE