KYC History
Endpoint to read a customer's KYC/AML history
Retrieve KYC/AML history
Path Parameters
Field
Type
Description
Headers
Name
Type
Description
Response
{
"active": {
"date": 1724244780545,
"outcome": "REVIEW",
"documentType": "driving_licence",
"issuingDate": "2018-08-16",
"type": "document"
},
"history": [
{
"date": 1724144769269,
"outcome": "PASSED",
"type": "kyc"
},
{
"date": 1724244780545,
"outcome": "REVIEW",
"documentType": "driving_licence",
"issuingDate": "2018-08-16",
"type": "document"
}
]
}Last updated