OAuth scope: client_invoices.read
Webhook that delivers events related to client-invoices.
Supported events:
createdupdatedThe signature header follows the format t={timestamp},v1={signature}.
Verification steps:
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
"INV001"
Purchase order data added by the invoice’s initiator.
draft, unpaid, paid, canceled "paid"
E-mail address of the invoice’s initiator.
The T&C data added by the invoice’s initiator.
"This is an example."
Any discount for advance payment of the invoice. It is optional and is only for French organizations.
"Pas d’escompte accordé pour paiement anticipé."
Late payment penalties applied in case of non-payment invoice. It is optional and is only for French organizations.
"En cas de non-paiement à la date d'échéance, des pénalités calculées à trois fois le taux d’intérêt légal seront appliquées."
The legal fixed compensation applied in case late payment of the invoice. It is optional and is only for French organizations.
"Tout retard de paiement entraînera une indemnité forfaitaire pour frais de recouvrement de 40€."
The header text added by the credit note’s initiator.
"This is an example."
The footer text added by the credit note’s initiator.
"This is an example."
"EUR"
Total amount that needs to be paid by the client.
VAT amount that is applicable to the invoice.
Date the initiator mentioned that the invoice was created.
"2022-03-01"
Payment’s deadline added by the initiator.
"2022-03-01"
DEPRECATED: This field is deprecated. Please use performance_start_date and performance_end_date instead.
The performance date represents when the job or service was completed by the client. Date the initiator mentioned that the contents of the invoice were performed.
"2022-03-01"
Start date of the performance period mentioned by the initiator for the invoice contents.
The performance period defines the date range during which the job or service was completed by the client. This field marks the beginning of that period and can be used together with performance_end_date to create a flexible date range instead of a single fixed date.
"2022-03-01"
End date of the performance period mentioned by the initiator for the invoice contents.
This field defines the end of the performance date range, allowing the work or service to have been completed anytime between performance_start_date and performance_end_date. When used together with performance_start_date, it creates a flexible time window rather than specifying completion on a single specific date.
"2022-03-31"
Date the invoice was created. Note that this is a machine date.
"2022-03-04T17:58:30+02:00"
Date the invoice was transitioned from Draft to Unpaid status.
"2022-03-04T17:58:30+02:00"
Date on which the invoice was paid.
"2022-03-04T17:58:30+02:00"
4 - 15"1.00"
Client that needs to pay the invoice.
Information of the organization at the time the document was issued.
standard, deposit, balance "standard"
Attachment UUID corresponding to that particular invoice.
When creating the invoice (by calling the POST /v2/client_invoices endpoint), the attachment is generated asynchronously; which means that you have to wait ~10s and then call the GET /v2/client_invoices/{id} endpoint to get the attachment_id.
This property enables you to get the invoice file by using the GET /v2/attachments/{id} endpoint.
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
Global discount that was applied to the invoice.
pending, submitted, declined, approved, not_delivered, submission_failed rate field specifies the percentage of tax and amount field specifies the total amount of the tax.Webhook received successfully