v1

latestOpenAPI 3.1.02026-08-0670151364.9 KB
Payments

Import a payment

Import a payment against an invoice with a custom reference.

post/payments:import

Request body

invoiceIdstring required

ID of the invoice to apply payment to

amountnumber required

Payment amount

referencestring required

Unique payment reference identifier for tracking

Example request

{
  "invoiceId": "123e4567-e89b-12d3-a456-426614174000",
  "amount": 100.5,
  "reference": "REF-20250104"
}

Response

Payment successfully imported.