v1

latestOpenAPI 3.0.0Proprietary2026-07-1313647393.0 KB
Invoices

List all invoices

Retrieve a list of invoices. Filter by type, status, customer, payment, or subscription. Returns up to 100 per call.

get/invoices

Query parameters

type'invoice' | 'link'

Filter by invoice type.

payment_idstring

Filter invoices by the payment ID used to pay them.

customer_idstring

Filter by customer ID (cust_*).

subscription_idstring

Fetch all invoices generated for a subscription (sub_*).

frominteger

Unix timestamp (seconds). Fetch records created on or after this time.

tointeger

Unix timestamp (seconds). Fetch records created on or before this time.

countinteger

Number of records to return per call. Maximum 100. Default 10.

skipinteger

Number of records to skip. Use with count for pagination. Default 0.

Response

Collection of invoices.

entity'collection'
countinteger

Number of items in the current page.