Skip to main content

🇨🇴 哥伦比亚 — PEP 查询(AML)

端点

GET https://api.verifik.co/v2/co/politically-exposed-persons

用于 AML 的**政治公众人物(PEP)**筛查。与移民类 PEP(特别居留许可)不同 — 见 哥伦比亚 PEP(特别居留)

标头

NameValue
Acceptapplication/json
AuthorizationBearer <token>

参数

nametyperequireddescription
documentTypestringyesCC(个人)或 NIT(企业)。
documentNumberstringyes无空格、无标点的号码。

请求

import axios from "axios";

const { data } = await axios.get("https://api.verifik.co/v2/co/politically-exposed-persons", {
params: { documentType: "CC", documentNumber: "123456789" },
headers: {
Accept: "application/json",
Authorization: `Bearer ${process.env.VERIFIK_TOKEN}`,
},
});
console.log(data);

响应

{
"data": {
"documentType": "CC",
"documentNumber": "123456789",
"detail": []
},
"signature": {
"message": "Certified by Verifik.co",
"dateTime": "August 22, 2023 8:02 PM"
},
"id": "PEP001"
}

备注

  • PEP(AML) 与移民类 PEP 不是同一服务。
  • documentTypeCCNIT