POST
/
v1
/
member
/
{memberId}
/
kyc
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/member/{memberId}/kyc \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "createdAt": "2023-11-20T06:20:25Z",
  "id": "kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf",
  "modifiedAt": "2023-11-20T06:22:26Z",
  "personId": "per-e942e118-f323-465c-aa57-ff9034264731",
  "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

memberId
string
required

Body

application/json · any

The body is of type any.

Response

201 - application/json
Submit a Member KYC
createdAt
string
Example:

"2023-11-20T06:20:25Z"

id
string
Example:

"kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf"

modifiedAt
string
Example:

"2023-11-20T06:22:26Z"

personId
string
Example:

"per-e942e118-f323-465c-aa57-ff9034264731"

results
object
reviewCode
string
Example:

""

reviewMessage
string
Example:

""

reviewReasons
object
status
string
Example:

"submitted"