Identification
RUT as Identifiersβ
APIO uses the RUT (Rol Γnico Tributario) as a primary identifier for customers and payers within the Chilean ecosystem.
Using the RUT as an identifier allows APIO to uniquely and consistently identify individuals and organizations across payments, subscriptions, invoicing, and reconciliation processes.
RUT Format Examplesβ
RUT values must be sent without points and using a hyphen to separate the verification digit.
| Example | Format Type | Reason |
|---|---|---|
12345678-9 | β Correct | No points, includes hyphen and verification digit |
12.345.678-9 | β Incorrect | Contains points |
123456789 | β Incorrect | Missing hyphen |
12345678_9 | β Incorrect | Uses invalid separator |
12345678 - 9 | β Incorrect | Contains spaces |
12345678-k | β Incorrect | Verification digit must be uppercase |
1234567-89 | β Incorrect | Invalid RUT structure |
Usage in APIOβ
RUTs are commonly used in:
- Customer creation and updates
- Payer identification
- Invoice generation
- Subscription ownership
- Payment reconciliation
Providing a valid RUT ensures compliance with Chilean regulations and improves data consistency across financial operations.
Best Practicesβ
- Always send the RUT as a string
- Do not include points or spaces
- Use uppercase
Kwhen applicable - Validate the RUT before sending it to the API
Following this format guarantees that RUTs are correctly processed and stored by APIO.