Invoices/getInvoice
Get an invoice
PlannedPlanned. This contract is published ahead of the build. It is not callable yet — treat it as the shape to design against, not a live endpoint.
Retrieve an invoice by ID.
GET
/v1/invoices/{id}Returns an invoice by ID with its line items, totals, currency, status, and payment state.
Path parameters
idstringRequiredResponse
application/json
idstringExample "inv_9c2a4f10"
customerIdstringExample "cus_123"
subscriptionIdstringnullableExample "sub_9c2a4f10"
amountDueMinorintegerExample 1999
currencyCodestringExample "USD"
statusenumdraftopenpaidvoiduncollectibleExample "paid"
pdfUrlstringExample "https://api.kepapay.co/v1/invoices/inv_9c2a4f10/pdf"
createdAtstring · ISO 8601Example "2026-04-09T09:14:22Z"
getInvoice