KYC Search API
Performs Know Your Customer (KYC) checks for company and financial information, enabling validation of VAT, IBAN, and company enrichment data to support compliance and risk management.
Endpoint: POST https://irbis.espysys.com/api/developer/kyc
Below is a sample request to perform a lookup using the API:
Replace YOUR_API_KEY in the "key" field with your actual API Key.
For the "value" field, insert with one of the aforementioned search values.
LOOKUP_TYPE
can be one of the following values:VAT_VALIDATE
IBAN
COMPANY_ENRICH
values are of the following type for these searches:
VAT_VALIDATE - value should be the VAT number of the company you're validating.
Example:
IBAN - value should be an iban number for validation.
Example:
COMPANY_ENRICH - value is the domain of the company you're investigating.
Example:
The "lookupId" must be set to what is shown in table API lookups types at Developer page or at API lookup types page
Last updated