Skip to main content
GET
/
api
/
invoices
/
{invoiceId}
/
qr-image
Descargar imagen QR del registro de facturación
curl --request GET \
  --url https://api.kubifactu.com/api/invoices/{invoiceId}/qr-image \
  --header 'X-Qbikode-ClientApiKey: <api-key>'
"<string>"

Authorizations

X-Qbikode-ClientApiKey
string
header
required

API-KEY de la empresa que hace la petición. Este dato se puede consultar en el panel web, accediendo a la sección Empresas y accediendo a la ficha de la empresa en cuestión.

Path Parameters

invoiceId
string
required

ID de la factura en KubiFACTU o identificador único de la factura dentro del sistema del cliente (client_invoice_id) si se informó al crear el registro de facturación.

Response

Imagen PNG del código QR.

The response is of type file.