Skip to main content
POST
/
api
/
v1
/
invoices
/
{invoice_id}
/
pay
Mark Invoice Paid
curl --request POST \
  --url https://api.example.com/api/v1/invoices/{invoice_id}/pay
invoice_id
string
required
UUID of the invoice
Sets status = PAID, amount_paid = total, amount_due = 0, and records paid_at.