List Account Invoices

Request
query Parameters
account
required
string

DL account ID

status
string

Invoice status, one of 'submitted', 'paid', 'partiallyPaid', 'debt', 'Failed Payment'

fromDate
string

Date string, format: 'YYYY-MM-DD'. '2022-06-30' will be June 30th 2022

toDate
string

Date string, format: 'YYYY-MM-DD'. '2022-06-30' will be June 30th 2022

Responses
200

Ok

400

Bad Request

403

Forbidden

500

Internal Server Error

get/invoices
Request samples
Response samples
application/json
[
  • {
    }
]