POST
/
v1
/
person
/
{personId}
/
kyc
curl --request POST \
  --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:51Z",
  "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
  "results": {
    "address": "notStarted",
    "bank": "notStarted",
    "dateOfBirth": "notStarted",
    "fraud": "notStarted",
    "idv": "notStarted"
  },
  "reviewCode": "",
  "reviewMessage": "",
  "reviewReasons": {
    "address": [],
    "bank": [],
    "dateOfBirth": [],
    "fraud": [],
    "idv": [],
    "other": []
  },
  "status": "submitted"
}

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

201 - application/json
Submit 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:51Z"

personId
string
Example:

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

results
object
reviewCode
string
Example:

""

reviewMessage
string
Example:

""

reviewReasons
object
status
string
Example:

"submitted"