Ir al contenido

TicketBAI: cómo declarar suplidos

Los suplidos se declaran como operaciones no sujetas a IVA. En la API se informan con system.type = NO_VAT y cause = NON_TAXABLE_4.

 

Caso típico: recarga de tarjetas de transporte (p. ej., MUGI)

 

Ejemplo:

{
"text": "Recarga tarjeta MUGI",
"quantity": "1",
"unit_amount": "20.00",
"full_amount": "20.00",
"system": {
"type": "REGULAR",
"category": {
"type": "NO_VAT",
"cause": "NON_TAXABLE_4"
}
}
}

Was this page helpful?