Skip to main content

Create Payment

POST 

/api/purchase-invoices/:purchaseInvoiceId/payments

Record a payment against a purchase invoice.

Required scope: purchase-orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

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

OK