Retrieve merchant invoices with Stripe-style cursor pagination and filters.
JWT token for wallet authentication
Max number of invoices to return.
1 <= x <= 100Cursor (return invoices created before this ID).
Cursor (return invoices created after this ID).
Comma-separated invoice statuses.
Comma-separated invoice types.
Filter by merchant customer ID.
Filter by network environment.
mainnet, devnet Return invoices created on/after this time.
Return invoices created on/before this time.
Comma-separated expansions (latest_payment, payments).
Max payments per invoice when expand includes payments.
1 <= x <= 100