Connection Test

Test your connection parameters

POST https://ecn.afexnigeria.com/AFEXOVS/api/v1/test-connection

Headers

Name
Type
Description

API-KEY*

String

API Key configured for your connection

REQUEST-TS*

String

String representation of the date and time e.g. 2022-01-20 09:29:45.774264+00:00

HASH-KEY

String

Request Body

Name
Type
Description

Any

Object or Array

This can be any encrypted json data.

{
    "responseCode": "100",
    "message": "Connection Successful",
    "data": "<decoded post data>"
}

Last updated