List Invoice Payments
Retrieve all payment records for an invoice.
Amounts are returned in dollars (internal storage uses cents).
Authentication
x-api-keystring
API Key authentication via header
Path parameters
invoiceId
Invoice identifier
Response
List of payments for the invoice
id
Payment record identifier
amount
Payment amount in dollars
status
Payment status
paymentMethod
Payment method (e.g. CASH, ACH, CREDIT_CARD, CHECK)
invoiceNumber
Payment display number (when present)
paymentDate
When the payment was recorded (ISO 8601); null if absent from upstream
paymentReference
notes
isExternal
Whether the payment originated from an external processor (e.g. Stripe)
createdAt
updatedAt
createdBy
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
