Skip to content

MngGetKycAudit

Returns KYC audit records ordered from newest to oldest.

Request

{
  "command": "MngGetKycAudit",
  "data": {
    "kyc_id": 1,
    "limit": 100,
    "offset": 0
  }
}

Response

{
  "rows": [
    {
      "id": 1,
      "customer_id": 100,
      "kyc_id": 1,
      "step_id": 10,
      "document_id": 0,
      "manager_id": 5,
      "action": "step.approved",
      "before": {},
      "after": {},
      "comment": "Accepted",
      "created_time": 1778160000
    }
  ]
}