The content of the request.
Businesses (1.0)- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
Businesses- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Business Registrations- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Business tax identifications- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Business documents- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Business legal representatives- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Beneficial Owners- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Authorized persons- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Create an authorized person on a business account
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Request
Links a person
to a business account as an authorized person.
This endpoint requires the change request process unless the authorized person is a legal representative. The change request must be completed by a legal representative with a type_of_representation
value of ALONE
or null
. Note that the person
resource must have values for the following properties:
address_line_1
(street)birth_city
birth_date
country
first_name
last_name
nationality
salutation
Note: It's mandatory to collect the tax information from each authorized person on the business account and create a tax identification resource using POST Create a person tax identification.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/accounts/{account_id}/authorized_persons
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "authorized_person_id": "3b8cfd40fb4dce5a231251ea06a014cper" }
The change request was successfully confirmed, and the authorized person is now added to the account.
Person ID of the authorized person.
The date from which the authorized person has been authorized on the account.
{ "id": "c25ac6d8a4774e0dacb61a70427e0782", "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "valid_from": "2021-04-01", "valid_until": "2031-04-01" }
Index business account authorized persons
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/accounts/{account_id}/authorized_persons
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Person ID of the authorized person.
The date from which the authorized person has been authorized on the account.
The date until which the authorized person is authorized on the account.
[ { "id": "c25ac6d8a4774e0dacb61a70427e0782", "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "valid_from": "2021-04-01", "valid_until": "2031-04-01" } ]
Get business account authorized person
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/accounts/{account_id}/authorized_persons/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "id": "c25ac6d8a4774e0dacb61a70427e0782", "authorized_person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "valid_from": "2021-04-01", "valid_until": "2031-04-01" }
Remove authorized person from a business account
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/accounts/{account_id}/authorized_persons/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
No content
Business signees- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude