Skip to main content
GET
show invoices

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
select_filters
object
required

Shows invoices using given filters.

Required : Filter by timerange using when field.

Use unix timestamps (UTC) comparison operators.

Example : To filter invoices from June 1, 2025 to Dec 1, 2025:

Supported operators:

  • gt or gte: invoices created after this time
  • lt or lte: invoices created before this time

Optional : Filter invoices by service using service field.

Supported services: transfer, stripe_payments, bitpay, coinbase, crypto.com, instance_prepay, paypal_manual, wise_manual

Supported operators:

  • in : include only these services
  • notin : exclude these services
  • eq : matches a single service

Example: Get paypal and wise invoices only

latest_first
boolean
default:true

Sort by newest invoices first.

order_by
object[]

Sort invoices by given columns.

Supported columns: paid_on, amount_cents, when

Example : To sort by oldest invoices first

limit
integer
default:60

Maximum number of invoices to return.

Response

Paginated invoice results