# ¿Factura MiPyme o Factura común?

Si el monto de la factura que vas a emitir supera el tope impuesto por AFIP, es probable que debas emitir una factura de crédito electrónica MiPyme.

### Sugerencias para manejarlo desde tu plataforma:

### **1) Controlar el response de las facturas comúnes con error | "requiere\_fec" = "S"**

Si envías una factura A, B o C común y recibis error, verás que dentro del response existe un campo llamado: <mark style="color:purple;">**requiere\_fec**</mark>, si el contenido está en "SI", significa que debes emitirle a tu cliente una fc mipyme. En ese caso,  cambias el tipo de comprobante al mipyme que corresponda según la[ tabla de referencia](/parametros/tablas-de-referencia.md#tipos-de-comprobantes), y volves a enviar el request.[ Conocé más desde aquí](/api-factura-electronica-afip-facturacion-ventas.md#como-determinar-si-debo-emitir-un-comprobante-de-tipo-mipyme)<br>

### **2) Usar el servicio de consulta: "Éstoy obligado a emitir una FEC", antes de enviar a facturar**

Usando el método: "[Estoy obligado a emitir una FEC](/api-factura-electronica-afip-facturacion-ventas/api-factura-electronica-afip-consulta-de-obligado-a-recibir-factura-de-credito-electronica-mipyme.md)"  obtendrás la respuesta directa desde AFIP en base a la consulta que realices.

TusFacturasAPP es un [software de facturación](https://www.tusfacturas.app/software-de-facturacion-argentina.html) y un [software de gestión](https://www.tusfacturas.app/software-de-gestion-para-pymes.html)  diseñado para empresas que facturen en Argentina. Conoce más de [TusFacturasAPP](https://www.tusfacturas.app).

### ¿Aún te quedan dudas? ¡Contactános!

En caso que requieras asistencia o tengas alguna duda relacionada con tu plan API DEV,  envíanos un mensaje a <api@tusfacturas.app> o [contactanos](https://www.tusfacturas.app/contacto.html) por el chat que tenemos disponible en la web [www.tusfacturas.app](https://www.tusfacturas.app/quiero-probar-api-factura-electronica.html).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.tusfacturas.app/api-factura-electronica-afip-facturacion-ventas/api-factura-electronica-afip-or-como-se-si-emitir-una-factura-mipyme-o-una-comun.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
