1.1.1 • Published 4 years ago

insomnia-plugin-ingenico-authentication v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Insomnia Plugin: Ingenico Authentication

Automatically adds the correct authorization for Ingenico requests in Insomnia. Works for both Ingenico Connect and the traditional Ogone platform.

Installation

Open the Plugins menu in the Insomnia client and add insomnia-plugin-ingenico-authentication.

Usage

Ingenico Connect

Make sure an ingenico key is defined in the environment and add the apiKeyId and apiKeySecret as can be found in your Ingenico account:

{
  "ingenico": {
    "apiKeyId": "<apiKeyId>",
    "apiKeySecret": "<apiKeySecret>"
  }
}

Ogone

Make sure an ingenico key is defined in the environment and add the hashAlgorithm as defined in your backoffice configuration. This should be one of the values sha1, sha256 or sha512. Add your SHA-IN pass as shaPass in the ingenico environment:

{
  "ingenico": {
    "hashAlgorithm": "sha512",
    "shaPass": "<SHA-IN passphrase>"
  }
}