Skip to main content
GET
List statements

Authorizations

Authorization
string
header
required

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

Query Parameters

booking_date
string<date>

Filter by the booking date of the statement

clearing_no
string

Filter by the clearing number of the statement

id
string<uuid>

Filter by the UUID of the statement

invoice_no
string

Filter by the invoice number of the statement

limit
integer

Number of results to return per page.

mandate_reference_number
string

Filter by the reference number of a mandate included in the statement

offset
integer

The initial index from which to return the results.

period_end
string<date>

Filter by the period end date of the statement

period_start
string<date>

Filter by the period start date of the statement

Response

200 - application/json
count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"

results
object[]