Skip to content

External Billing Document (Invoice/Credit-Note) Update

Request

Update billing document metadata (invoices, credit notes) from an external accounting system.

This webhook uses Basic Auth (webhook credentials), not the OAuth credentials used for the API. Contact integrations@qargo.com to request credentials.

Use this endpoint to push document status changes or related metadata updates back to Qargo. This is typically triggered when your external accounting system processes billing documents.

Security
BasicAuthWebhookCredentials
Bodyapplication/jsonrequired
updatesArray of objects(Updates)

List of updates to process

POST
/v1/webhook/billing-document-update
{ "updates": [ {} ] }

Responses

Successful Response

Bodyapplication/json
any
Response
// No response example