Returns an array containing all documents for the business specified in the request URL.
Businesses (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/documents
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The type of document.
UTC timestamp from when the document was created in Solaris' system.
{ "id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc", "name": "Operation_authorization.png", "content_type": "image/png", "document_type": "PICTURE", "size": 10187, "customer_accessible": false, "created_at": "2022-05-20T12:46:09Z", "deleted_at": "null" }
Request
Uploads a document and links it to the business specified in the request URL.
Unlike most other endpoints, this request uses the multipart/form-data
content type. You must submit the parameters as form-data
items instead of a raw JSON body.
By default, uploaded documents are not accessible to customers (i.e., the customer_accessible
value is set to false
).
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/documents
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{
"file": "string",
"document_type": "ACCOUNT_SNAPSHOT.FINTECSYSTEMS"
}
Successful result of the operation
The type of document.
UTC timestamp from when the document was created in Solaris' system.
{ "id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc", "name": "Operation_authorization.png", "content_type": "image/png", "document_type": "PICTURE", "size": 10187, "customer_accessible": false, "created_at": "2022-05-20T12:46:09Z", "deleted_at": "null" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/documents/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The type of document.
UTC timestamp from when the document was created in Solaris' system.
{ "id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc", "name": "Operation_authorization.png", "content_type": "image/png", "document_type": "PICTURE", "size": 10187, "customer_accessible": false, "created_at": "2022-05-20T12:46:09Z", "deleted_at": "null" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/documents/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The type of document.
UTC timestamp from when the document was created in Solaris' system.
{ "id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc", "name": "Operation_authorization.png", "content_type": "image/png", "document_type": "PICTURE", "size": 10187, "customer_accessible": false, "created_at": "2022-05-20T12:46:09Z", "deleted_at": "null" }
the content of the request
The type of document.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/documents/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "document_type": "ACCOUNT_SNAPSHOT.FINTECSYSTEMS", "customer_accessible": true }
Successful result of the operation
The type of document.
UTC timestamp from when the document was created in Solaris' system.
{ "id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc", "name": "Operation_authorization.png", "content_type": "image/png", "document_type": "PICTURE", "size": 10187, "customer_accessible": false, "created_at": "2022-05-20T12:46:09Z", "deleted_at": "null" }