Filter my customer invoices

You need to add a filter parameter to your GET request. This parameter has to be a JSON array of objects. Please refer to the filters main section to see how to build correctly the filter parameter.

Allowed filter combinations for invoices

FieldDescriptionValue(s)Available operators
idThe invoice idStringeq, not_eq, lt, gt, lteq, gteq, in, not_in
customer_idThe invoice customer idStringeq, not_eq, lt, gt, lteq, gteq, in, not_in
dateThe invoice issue dateString (ISO 8601)eq, not_eq, lt, gt, lteq, gteq, in, not_in
invoice_numberThe invoice numberStringeq, not_eq, lt, gt, lteq, gteq, in, not_in
billing_subscription_idThe invoice billing_subscription idStringeq, not_eq, lt, gt, lteq, gteq, in, not_in