Skip to main content

Create Payment

POST 

/api/purchase-invoices/:purchaseInvoiceId/payments

Record a payment against a purchase invoice.

Authentication: Requires Bearer token.

Required: payment_type_id, amount. Payment date defaults to today if omitted. Amount must not exceed the remaining balance. Negative amounts are allowed for refunds (cannot exceed total paid).

Request

Responses

Successful response