Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "eventId": "<string>", "eventType": "INVOICE_PAID", "data": { "invoice": { "id": "<string>", "amount": 123, "currency": "<string>", "dueDate": "2023-11-07T05:31:56Z", "expireDate": "2023-11-07T05:31:56Z", "items": [ { "description": "<string>", "amount": 123, "currency": "<string>", "quantity": 123, "conceptId": "<string>" } ], "metadata": [ { "key": "<string>", "value": "<string>" } ], "meta": {} }, "invoiceId": "<string>", "amount": 123, "description": "<string>", "organization": { "id": "<string>", "name": "<string>" }, "metadata": [ { "key": "<string>", "value": "<string>" } ], "meta": {}, "formAnswers": {} } }
Payload enviado cuando se liquida una solicitud de pago mediante Quentli.
Unique webhook delivery identifier.
Event type represented by this webhook delivery.
INVOICE_PAID
Event-specific payload data.
Show child attributes
Webhook accepted by the receiver.
Was this page helpful?