githubEdit

Verify Credentials

Verify your API Key and API Secret

Verifying your Terminal's API Key and API Secret validates that any subsequent calls will work. This is particularly useful when initiating a payment on a Point of Sale device.

Verify your API Terminal credentials are valid

POST /api/validate

Request Body

Name
Type
Description

key*

String

Terminal API Key

hash*

String

MD5 Hash of your Terminal API Secret

{
    // Response
    "status": "ok"
}

Last updated