Skip to main content
POST
Mark Invoice as Paid

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

invoice_id
integer
required

ID of the invoice to mark as paid

Body

transaction_match_id
integer | null
transactions
object[] | null
credit_memos
object[] | null
debit_memos
object[] | null
empty_transactions
object[] | null

Response

200 - application/json

200 payload for the mark-invoice-paid endpoint.

The endpoint returns ids of the records it created rather than the invoice itself. auto_created_credit_memos is only present when an overpayment produced one.

journal_entry_ids
integer[]
required
payment_ids
integer[]
required
auto_created_credit_memos
object[]