Document Business
List of All Documents
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
Document Business
List of All Documents
List of All Documents
GET
/
v1
/
business
/
{businessId}
/
document
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/document
{
"data": [
{
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"createdAt": "2023-11-20T07:46:58Z",
"description": "formation",
"docType": "formation",
"documentNumber": "FM12345",
"expirationDate": "2028-03-11",
"id": "doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe",
"issuingCountry": "Canada",
"issuingState": "Alberta",
"modifiedAt": "2023-11-20T07:47:43Z",
"name": "JohnDoe",
"status": "active",
"url": ""
}
],
"total": 1
}
Path Parameters
Response
200 - application/json
List of All Documents
Example:
"bus-a4c781d1-abf2-4030-bc70-d860cf164013"
Example:
"2023-11-20T07:46:58Z"
Example:
"formation"
Example:
"formation"
Example:
"FM12345"
Example:
"2028-03-11"
Example:
"doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe"
Example:
"Canada"
Example:
"Alberta"
Example:
"2023-11-20T07:47:43Z"
Example:
"JohnDoe"
Example:
"active"
Example:
""
Example:
[
{
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"createdAt": "2023-11-20T07:46:58Z",
"description": "formation",
"docType": "formation",
"documentNumber": "FM12345",
"expirationDate": "2028-03-11",
"id": "doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe",
"issuingCountry": "Canada",
"issuingState": "Alberta",
"modifiedAt": "2023-11-20T07:47:43Z",
"name": "JohnDoe",
"status": "active",
"url": ""
}
]
Example:
1
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/document
{
"data": [
{
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"createdAt": "2023-11-20T07:46:58Z",
"description": "formation",
"docType": "formation",
"documentNumber": "FM12345",
"expirationDate": "2028-03-11",
"id": "doc-fa191088-1cc8-49e0-9ff3-2f51a773ddfe",
"issuingCountry": "Canada",
"issuingState": "Alberta",
"modifiedAt": "2023-11-20T07:47:43Z",
"name": "JohnDoe",
"status": "active",
"url": ""
}
],
"total": 1
}