POST
/
v1
/
business
/
{businessId}
/
kyb
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/kyb \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
  "createdAt": "2023-11-20T06:14:19Z",
  "id": "kyb-d925a0ad-efda-4d0a-bf3d-e5b2257b6d91",
  "modifiedAt": "2023-11-20T06:14:57Z",
  "results": {
    "address": "notStarted",
    "bank": "notStarted",
    "businessName": "notStarted",
    "fraud": "notStarted",
    "personName": "notStarted"
  },
  "reviewCode": "",
  "reviewMessage": "",
  "status": "submitted"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

businessId
string
required

Body

application/json · any

The body is of type any.

Response

201 - application/json
Submit a KYB
businessId
string
Example:

"bus-a4c781d1-abf2-4030-bc70-d860cf164013"

createdAt
string
Example:

"2023-11-20T06:14:19Z"

id
string
Example:

"kyb-d925a0ad-efda-4d0a-bf3d-e5b2257b6d91"

modifiedAt
string
Example:

"2023-11-20T06:14:57Z"

results
object
reviewCode
string
Example:

""

reviewMessage
string
Example:

""

status
string
Example:

"submitted"