Get Bill Payment
Retrieve a single payment record on a bill by payment id.
Core does not expose a standalone payment-record GET; this resolves the payment from the bill’s nested payment records.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
bill_id
Bill identifier
payment_id
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)
billNumber
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
