UBO - Chile
Description​
The Chile IDV/UBO solution integrates data from SII and TransUnion to validate business entities. It cross-references data such as tax regimes, sales brackets, and relationship links between companies and representatives[cite: 169, 170, 171].
HTTP method POST​
Endpoint​
[https://lu0lfdczmd.execute-api.us-west-2.amazonaws.com/api/ubos](https://lu0lfdczmd.execute-api.us-west-2.amazonaws.com/api/ubos)
info
This endpoint requires AWS IAM Signature authentication.
- REGION: us-west-2
- SERVICE: execute-api
Request header parameter​
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| Content-Type | ✅ | string | application/json |
Request body parameters​
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| RUT | ✅ | string | Company Tax ID number |
Request example​
```json
{
"RUT": "76086428-5"
}
```
Status code responses​
| Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 500 | Internal server error |
Response 200 status code​
{
"Related RUT (Tax ID)": 6348747,
"Verification Digit (Check Digit)": 3,
"Related Name": "MADRID BARROS JOSE EMILIO",
"Related Landline Phone Numbers": 222127149,
"Related Mobile Phone Numbers": 982890634,
"Email Addresses": "emadrib@gmail.com",
"Sales Bracket / Sales Range": 5,
"Number of Employees (Dependent Workers)": 2,
"Type of Business Termination": null,
"Taxpayer Type": "PERSONA JURIDICA COMERCIAL",
"Positive Equity Bracket": 0,
"Negative Equity Bracket": 10,
"Presumptive Income": "N/A",
"Other Tax Regimes": "REGIMEN GENERAL SEMI INTEGRADO (14A)"
}