The type of document.
Persons (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/
Request
Uploads a document and links it to the person specified in the request URL.
Unlike most other endpoints, this request uses the content-type
of multipart/form-data
. 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/persons/v1/persons/{person_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/persons/v1/persons/{person_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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_id}/documents/{id}/file
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "date": "Sun, 13 Aug 2017 20:35:45 GMT", "x-content-type-options": "nosniff", "content-disposition": "attachment; filename=sample_pdf.pdf", "content-length": "3028", "x-request-id": "fbc2deff-8066-11e7-9271-02420a000109", "content-type": "application/pdf" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_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/persons/v1/persons/{person_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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_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 type of document.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{person_id}/identifications/{id}/document_upload
- 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/persons/v1/persons/{person_id}/identifications/{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" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/v1/persons/{id}/test_id_document_update
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "document_valid": true }