GET
/
v1
/
person
/
{personId}
/
kyc
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/person/{personId}/kyc \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "createdAt": "2023-11-20T05:31:48Z",
  "id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
  "modifiedAt": "2023-11-20T05:57:59Z",
  "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
  "results": {
    "address": "approved",
    "bank": "approved",
    "dateOfBirth": "approved",
    "fraud": "approved",
    "idv": "notStarted"
  },
  "reviewCode": "",
  "reviewMessage": "",
  "reviewReasons": {
    "address": [],
    "bank": [],
    "dateOfBirth": [],
    "fraud": [],
    "idv": [],
    "other": [
      {
        "code": "R1401",
        "description": "Phone number mismatch"
      }
    ]
  },
  "status": "approved"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

personId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Retrieve a KYC
createdAt
string
Example:

"2023-11-20T05:31:48Z"

id
string
Example:

"kyc-69760d03-7957-46d5-b34f-ff820fd66520"

modifiedAt
string
Example:

"2023-11-20T05:57:59Z"

personId
string
Example:

"per-e6553324-1db8-49a8-a0d3-29132280b838"

results
object
reviewCode
string
Example:

""

reviewMessage
string
Example:

""

reviewReasons
object
status
string
Example:

"approved"