v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Invoices

Mark invoice as paid

Mark an invoice as paid. If amount is not provided, the full remaining balance is marked as paid. Partial payments can be recorded by specifying an amount.

post/v1/invoices/{id}/paid

Path parameters

idstring required

Invoice ID

Request body

amountstring

Amount paid in USDC (optional, defaults to full balance)

forceboolean

Override payment terms enforcement (requires OWNER role)

Response

Invoice marked as paid

object required

Invoice marked as paid