v1
latestOpenAPI 3.0.32026-08-0623677345.2 KBReplace invoice (draft only)
Request body
Customer ID.
Document type ID (fiscal document; depends on country).
Sequence number assigned at finalize time.
Currency code from the customer's currency.
Subtotal of taxable lines (computed).
Subtotal of tax-exempt lines (computed).
Total tax (computed).
Final amount (computed).
Custom currency conversion factor.
Tax-agency response payload (country-specific).
Signed URL to the fiscal PDF/XML when applicable.
Linked subscription ID when generated by a subscription cycle.
Example request
{
"id": "inv_01H8XYZ123ABC"
}Response
Updated invoice.
Customer ID.
Document type ID (fiscal document; depends on country).
Sequence number assigned at finalize time.
Currency code from the customer's currency.
Subtotal of taxable lines (computed).
Subtotal of tax-exempt lines (computed).
Total tax (computed).
Final amount (computed).
Custom currency conversion factor.
Tax-agency response payload (country-specific).
Signed URL to the fiscal PDF/XML when applicable.
Linked subscription ID when generated by a subscription cycle.
Example response
{
"id": "inv_01H8XYZ123ABC"
}