Consultar estados

Para obtener el estado de los comprobantes puede usar la siguiente ruta :

  • URL CONSULTAS: https://dev.factpro.la/api/documents/status

  • TOKEN: aqui ingrese el token

JSON A ENVIAR

{
  "operacion": "consultar_comprobante",
  "tipo_de_comprobante": "01",
  "serie": "F001",
  "numero": 1
}

JSON RESPUESTA

{
    "success": true,
    "data": {
        "number": "F001-1",
        "filename": "20415963255-01-F001-1",
        "external_id": "a9251994-e4ba-4de1-bfdb-5739b38fd393",
        "number_to_letter": "Veintiun  con 24/100 ",
        "hash": "2V5AVuk9aGj1FMDCuGiAJxuj6rI=",
        "qr": "iVBORw0KGgo==",
        "state_type_id": "05",
        "state_description": "Aceptado"
    },
    "links": {
        "xml": "https://factpro.pe/downloads/document/xml/a9251994-e4ba-4de1-bfdb-5739b38fd393",
        "pdf": "https://factpro.pe/downloads/document/pdf/a9251994-e4ba-4de1-bfdb-5739b38fd393",
        "cdr": "https://factpro.pe/downloads/document/cdr/a9251994-e4ba-4de1-bfdb-5739b38fd393"
    },
    "sunat_information": {
        "sent": {
            "code": "0",
            "sent": true,
            "notes": [ ],
            "description": "La Factura numero F001-1, ha sido aceptada"
        }
    }
}

Última actualización