Get Invoice Payment
Retrieve a single payment record on an invoice by payment id.
Core does not expose a standalone payment-record GET; this resolves the payment from the invoice’s nested payment records.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
invoiceId
Invoice identifier
paymentId
Payment record identifier
Response
Payment details
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
