Mark an invoice as paid
POST
https://api.tamio.com/v2/invoices/mark-paid/{uuid}
Manually marks an invoice as paid without processing through payment gateways. Useful for offline payments, bank transfers, or cash payments. Optionally specify which products to mark as fulfilled.
Path Parameters
uuid
string*
UUID of the invoice to mark as paid
Body Parameters
products
array of object
Specific products to mark as fulfilled (all products if omitted)
Responses
200
Invoice marked as paid successfully
Invoice marked as paid successfully
status
integer
invoice
Invoice
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
10117 | InvalidInvoice |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string