The content of the request.
Businesses (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
Request
Creates a tax identification for the given business. Please note the following:
- The first
tax_identification
to be submitted must be the primary tax identification. If you create anothertax_identification
for the business with the value ofprimary
set totrue
, then it will overrule the previous tax identification (i.e., theprimary
property of the previous one will be set tofalse
). - A business may only have one tax identification per country.
Provides a reason why the tax identification does not contain a TIN for the business.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/tax_identifications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "number": "31659837651", "country": "DE", "primary": true }
Successful result of the operation
Unique ID of the tax identification resource created for a customer.
The country in which the customer is taxable. Uses [ISO 3661 alpha-2 Codes].
Indicates whether this is the primary tax residency. In case of multiple tax residencies, the customer must have only one primary TIN.
Provides a reason why the tax identification does not contain a TIN.
Additional context around why there is no TIN. Only required if OTHER
was the value for the reason_no_tin
field.
{ "id": "cba4289c773b7450482ee88a6e5126e9ctin", "country": "AD", "number": "12345678901", "primary": true, "reason_no_tin": "NOT_ASSIGNED_YET", "reason_description": "string", "valid_until": "2019-08-24", "tax_id_type": "NIE" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/tax_identifications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Unique ID of the tax identification resource created for a customer.
The country in which the customer is taxable. Uses [ISO 3661 alpha-2 Codes].
Indicates whether this is the primary tax residency. In case of multiple tax residencies, the customer must have only one primary TIN.
Provides a reason why the tax identification does not contain a TIN.
Additional context around why there is no TIN. Only required if OTHER
was the value for the reason_no_tin
field.
[ { "id": "cba4289c773b7450482ee88a6e5126e9ctin", "country": "AD", "number": "12345678901", "primary": true, "reason_no_tin": "NOT_ASSIGNED_YET", "reason_description": "string", "valid_until": "2019-08-24", "tax_id_type": "NIE" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/tax_identifications/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Unique ID of the tax identification resource created for a customer.
The country in which the customer is taxable. Uses [ISO 3661 alpha-2 Codes].
Indicates whether this is the primary tax residency. In case of multiple tax residencies, the customer must have only one primary TIN.
Provides a reason why the tax identification does not contain a TIN.
Additional context around why there is no TIN. Only required if OTHER
was the value for the reason_no_tin
field.
{ "id": "cba4289c773b7450482ee88a6e5126e9ctin", "country": "AD", "number": "12345678901", "primary": true, "reason_no_tin": "NOT_ASSIGNED_YET", "reason_description": "string", "valid_until": "2019-08-24", "tax_id_type": "NIE" }
The content of the request.
Provides a reason why the tax identification does not contain a TIN for the business.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/tax_identifications/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "number": "31659837651", "country": "DE", "primary": true }
Successful result of the operation
Unique ID of the tax identification resource created for a customer.
The country in which the customer is taxable. Uses [ISO 3661 alpha-2 Codes].
Indicates whether this is the primary tax residency. In case of multiple tax residencies, the customer must have only one primary TIN.
Provides a reason why the tax identification does not contain a TIN.
Additional context around why there is no TIN. Only required if OTHER
was the value for the reason_no_tin
field.
{ "id": "cba4289c773b7450482ee88a6e5126e9ctin", "country": "AD", "number": "12345678901", "primary": true, "reason_no_tin": "NOT_ASSIGNED_YET", "reason_description": "string", "valid_until": "2019-08-24", "tax_id_type": "NIE" }