kepa
Invoices/getInvoice

Get an invoice

Planned
Planned. 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
idstringRequired

Response

application/json

idstring
Example "inv_9c2a4f10"
customerIdstring
Example "cus_123"
subscriptionIdstringnullable
Example "sub_9c2a4f10"
amountDueMinorinteger
Example 1999
currencyCodestring
Example "USD"
statusenum
draftopenpaidvoiduncollectible
Example "paid"
pdfUrlstring
Example "https://api.kepapay.co/v1/invoices/inv_9c2a4f10/pdf"
createdAtstring · ISO 8601
Example "2026-04-09T09:14:22Z"

getInvoice