python-cfdiclient
python-cfdiclient copied to clipboard
Cliente Python Web Service del SAT para la descarga masiva de xml
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Basandose en el [wsdl](https://cfdidescargamasivasolicitud.clouda.sat.gob.mx/SolicitaDescargaService.svc?singleWsdl) el atributo que espera es Folio y no UUID
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
fix: update requiremet lxml version
``` >>> fiel = Fiel(cer_der, key_der, 'passphrase-redactado') Traceback (most recent call last): File "/usr/lib/python3.11/code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in File "/root/workspace/venv/lib/python3.11/site-packages/cfdiclient/fiel.py", line 13, in...
Al ejecutar el ejemplo con un certificado real me manda el siguiente error: File "C:\DescargaCFDI\lib\site-packages\Crypto\PublicKey\RSA.py", line 855, in import_key return _import_keyDER(extern_key, passphrase) File "C:\DescargaCFDI\lib\site-packages\Crypto\PublicKey\RSA.py", line 754, in _import_keyDER raise ValueError("RSA...
De antemano gracias por tu desarrollo, quiero saber si tienes algún codigo para poder implementar la descarga de folios fiscales individuales, ingresando el UUID usando la version 1.5 del sat...
En el archivo solicituddescargaRecibidos.py en la def solicitar_descarga hay que poner el parametro estado_comprobante como 'Vigente' def solicitar_descarga( self, token, rfc_solicitante, fecha_inicial, fecha_final, rfc_emisor=None, rfc_receptor=None, tipo_solicitud='CFDI', tipo_comprobante=None, estado_comprobante='**Vigente**', rfc_a_cuenta_terceros=None, complemento=None,...
Estoy testeando su aplicativo, sin embargo me encontré con este error: `SOLICITUD: {'id_solicitud': None, 'cod_estatus': '301', 'mensaje': 'XML Mal Formado:La solicitud de descarga no es válida. No se permite la...