List of Statements
Returns a list of metadata for every statement for the given organization. A statement groups all booked transactions and all other relevant payments on a monthly basis, unrelated to the payment frequency of the organization. Payments are part of a statement if the actualPaymentDate falls between the statementPeriodStart and statementPeriodEnd. Transactions are part of a statement if the bookingDate falls between the statementPeriodStart and statementPeriodEnd. You can use the limit, page, sortBy and sortDirection parameters to filter and sort the results. If you are looking for details about the payments according to the payment frequency of the organization, use the payments endpoints.
Query parameters
The ID of the organization to get the statements for.
The ID of the card account to get the statements for.
Filter by already closed statements?
The date from which to return statements, zero-offset UTC time. The date boundary is inclusive. Meaning we compare with >=.
The date until which to return statements, zero-offset UTC time. The date boundary is inclusive. Meaning we compare with <=.
Desired date field to be filtered by if fromDate or toDate present.
The maximum number of items to return per page. The default value if not provided is 100, the maximum allowed value is 1000.
The page number to return, starting with 0, this counts up to the total number of pages. The total number of pages is determined by the total number of records divided by the limit.
The field to sort by.
The direction to sort by.
Response
Ok