Skip to main content
GET
List bills

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

date_from
string<date>

ISO format (YYYY-MM-DD)

date_to
string<date>

ISO format (YYYY-MM-DD)

statuses
enum<string>[]

Bill statuses to filter for, comma separated

Available options:
UNKNOWN,
UNPAID,
PAID,
CANCELLED,
FAILED
user_id
string
external_user_id
string
currencies
string[]
offset
integer
default:0

default is 0

limit
integer
default:500

default is 500, max is 1000

Required range: 1 <= x <= 1000

Response

OK

bills
object[]
required
has_more
boolean
required

Whether additional bills exist beyond this page for the same query.