cfdibills.api.consulta_cfdi_service
- cfdibills.api.consulta_cfdi_service(uuid: str, rfc_emisor: str, rfc_receptor: str, total_facturado: float) cfdibills.api.SATConsultaResponse[source]
Gets the status of the given CFDI by calling SAT’s web service.
See: https://consultaqr.facturaelectronica.sat.gob.mx/ConsultaCFDIService.svc?wsdl
- Parameters
uuid (str) – UUID of the CFDI to check
rfc_emisor (str) – RFC if the issuer of the CFDI to check
rfc_receptor (str) – RFC if the recipient of the CFDI to check
total_facturado (float) – Total amount of money billed in the CFDI
- Returns
Container of the result emmitted by SAT’s web service
- Return type