Retrieve a KYC

Retrieves the person for a KYC by passing the person id.
Person
Retrieve a KYC
 last updated: 
November 30, 2023

ENDPOINT

  1. GET /v1/person/:id/kyc

RESPONSE

  1. {
  2.     "id": "kyc-d40f6bdd-6e12-446e-a3a8-7bd3b2dbb182",
  3.     "personId": "per-3ebfa3d2-5d36-411d-984a-9e3a328011c5",
  4.     "status": "approved",
  5.     "reviewCode": "",
  6.     "reviewMessage": "",
  7.     "results": {
  8.         "idv": "notStarted",
  9.         "address": "approved",
  10.         "dateOfBirth": "approved",
  11.         "fraud": "approved",
  12.         "bank": "approved"
  13.     },
  14.     "createdAt": "2021-12-14T21:25:19Z",
  15.     "modifiedAt": "2021-12-14T22:02:40Z"
  16. }

In the LIVE environment, you will need to submit the person for an IDV verification to see the IDV result in the KYC response.