List invoice line items

Lists line items for an invoice with keyset pagination. Data is loaded from the relational database via customer-payment-management-service. Results are sorted by created descending (newest first). Decoded pagination token: cdt:<epoch>|id:<line_item_id> (ili_...).

Path Params
string
required
length between 10 and 128

Invoice ID the line items belong to.

Query Params
int32
Defaults to 10

Number of records per page (1–100, default 10)

string

Base64-encoded keyset cursor. Decoded format: cdt:<created_timestamp>|id:<line_item_id>

string

Sort order. Only created:desc is supported (default when omitted).

Headers
string
required

Secret key associated to the partner's account

string

(Optional) AccountId of the merchant. Only required when secretKey belongs to an "entity" account.

string

Unique Key String refNumber

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json