Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
UUID of the client invoice to update.
"e3d68a1a-b23f-496a-a9a2-815089337720"
Body
All fields are optional - only provided fields will be updated.
"2022-03-01"
Date the initiator has issued or shared the invoice as legally viable. The format should be YYYY-MM-DD
Payment deadline that is added by the initiator. The format should be YYYY-MM-DD
Invoice's number. Must be unique within the organization.
40"INV-2023-001"
Purchase order data added by the invoice’s initiator.
40Additional notes added by the invoice’s initiator.
525"This is an example."
"This is an example."
Payment method details for the invoice.
This collection of propertys can be optionally used to temporarily override some of the organization's properties for this one invoice.
- For Italian organizations only
- Non-Italian organizations should not include this property in the request.
- Italian organizations must have e-invoicing activated to use this endpoint, no matter the value of the flag.
- By default for an Italian organization that has e-invoicing activated on the Qonto app, if this field is not filled, this property is set to true and the invoice is automatically sent to Italian exchange system (Sistema di Interscambio, or SdI) as an XML e-invoice. If set to
false, the invoice will not be sent to SdI. - Use the
GETv2/client_invoices to retrieve its e-invoicing status under the propertyeinvoicing_status.
- For Italian organizations only
- Non-Italian organizations should not include this property in the request.
- Object which relates to payment methods and conditions of the invoice.
- For Italian organizations only
- Non-Italian organizations should not include this property in the request.
- Object which relates to pension contributions added to the total amount to pay, applicable in some cases.
- This amount is a percentage added to the total amount of the invoice pre-taxes.
- Only for Italian organizations and Spanish freelancers
- Other organizations should not include this property in the request.
- Object which relates to an amount of tax paid by the client, rather than the supplier, for specific cases.
- This amount is a percentage deducted from the total amount of the invoice after VAT application.
- ES freelancers need to only fill the withholding_tax
ratefield with their IRPF.
- For Italian organizations only
- Non-Italian organizations should not include this property in the request.
- Represents an amount (2.00 EUR) applicable on invoices where VAT is excluded and the invoice has a value exceeding 77.47 EUR.
4 - 15"1.00"
Response
Returns the client invoice identified by the id path parameter.