Firmar XML
Se enviará el XML sin firmar en base64 devolviendo el XML firmado en base64 con el certificado PSE; este proceso es para todos los documentos.
Firmar XML
Name
Value
Name
Type
Description
{
"success": true,
"external_id": "uuid-o-identificador",
"message": "XML firmado correctamente",
"xml": "BASE64_ZIP",
"hash": "ABCD1234...",
//Serán eliminadas el 30/11/2025
"estado": 200,
"codigo_hash": "ABCD1234...",
"mensaje": "XML firmado correctamente"
}Last updated