GET

https://{region}.getlago.com/api/v1

/
invoices

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

per_page
integer

Number of records per page.

external_customer_id
string

Unique identifier assigned to the customer in your application.

issuing_date_from
string

Filter invoices starting from a specific date.

issuing_date_to
string

Filter invoices up to a specific date.

status
enum<string>

Filter invoices by status. Possible values are draft or finalized.

Available options:
draft,
finalized
payment_status
enum<string>

Filter invoices by payment status. Possible values are pending, failed or succeeded.

Available options:
pending,
failed,
succeeded
payment_overdue
boolean

Filter invoices by payment_overdue. Possible values are true or false.

search_term
string

Search invoices by id, number, customer name, customer external_id or customer email.

currency
string

Filter invoices by currency in. Possible values ISO 4217 currency codes.

payment_dispute_lost
boolean

Filter invoices with a payment dispute lost. Possible values are true or false.

invoice_type
enum<string>

Filter invoices by invoice type. Possible values are subscription, add_on, credit, one_off or advance_charges

Available options:
subscription,
add_on,
credit,
one_off,
advance_charges

Response

200 - application/json
invoices
object[]
required
meta
object
required