Business
Submit a KYB
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Business
Submit a KYB
Submit a KYB
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"
}
Path Parameters
Body
application/json · any
The body is of type any
.
Response
201 - application/json
Submit a KYB
Example:
"bus-a4c781d1-abf2-4030-bc70-d860cf164013"
Example:
"2023-11-20T06:14:19Z"
Example:
"kyb-d925a0ad-efda-4d0a-bf3d-e5b2257b6d91"
Example:
"2023-11-20T06:14:57Z"
Example:
""
Example:
""
Example:
"submitted"
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"
}