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"
}
Submit a 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"
}
The body is of type any
.
Submit a KYB
The response is of type object
.