For the complete documentation index, see llms.txt. This page is also available as Markdown.

Headers and Body Request by KYC Validator

Endpoint: https://irbis.espysys.com/developer/kyc

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

{
  "key": "<API_Key>",
  "value": "qwerty",
  "lookupType": "VAT_VALIDATE",
  "lookupId": <LOOKUPID_VALUE>
}

{

"requestId": "6cdcdb3f-aa95-4982-b891-73e79b0790f3",

"id": 1492, <--<RESPONCE_ID_VALUE>

"status": "progress",

"message": "Results will be available soon, Use API to retrieve Data"

}

curl -X 'POST' \
  'https://irbis.espysys.com/api/developer/kyc' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "key": "<API_Key>",
  "value": "qwerty",
  "lookupType": "VAT_VALIDATE",
  "lookupId": <LOOKUPID_VALUE>
}'

Last updated