Saltar al contenido principal

Update or settle a receivable

PATCH 

/receivables/:id

Partial update. Only fields present in the body are written; unknown / response-only fields are silently dropped. Requires scope finance.receivables.write. Settle (receive): send status:"received" with payment_date and financial_account_id (or a previously-set account) — an auto credit transaction is generated; the receive-time interest_amount / discount_amount / ticket_amount are persisted. Set status back to pending to revert, or cancelled to cancel. draft is never accepted.

Request

Responses

Updated receivable (full detail shape).