[UY] Ticket Payload Example
{
"invoice_type": "debit",
"document_type": "invoice",
"invoice_date": "2025-11-07",
"invoice_due_date": "2025-12-07",
"currency": "UYU",
"invoice_external_id": "26z6aauxuok11v",
"supplier_company_id": {{company_id}},
"buyer": {
"company": {
"legal_name": "Juan Pérez",
"tax_registrations": [
{
"number": "53845671",
"type": "CI",
"level": "country",
"location": "UY"
}
],
"type": "business",
"email": "[email protected]",
"address": {
"country": "UY"
}
}
},
"items": [
{
"item_external_id": "e8ed1yoanz5yn",
"name": "Item 1",
"amount": 1000,
"quantity": 1,
"taxes": [
{
"amount": 220,
"name": "IVA",
"rate": 0.22,
"rate_type": "percentage",
"description": "Impuesto sobre el valor agregado",
"adds_to_final_amount": true
}
]
},
{
"item_external_id": "5gkfr5kfkde4",
"name": "Item 2",
"amount": 819.67,
"taxes": [
{
"amount": 180.33,
"name": "IVA",
"rate": 0.22,
"rate_type": "percentage",
"description": "Impuesto sobre el valor agregado",
"adds_to_final_amount": true
}
]
}
]
}Updated 1 day ago
Did this page help you?
