Query Loan Statement Entries

Return a paginated list of matching loan statement entries.

Alpha release - Consider this endpoint experimental and very likely to change in future.

SecurityMarketplace API Key | Merchant Secret Token | Admin JWT | Merchant JWT | Marketplace JWT | Customer JWT
Request
query Parameters
limit
integer <int32>

Maximum results per page. Default to 20, must be between 1 and 500.

page
integer <int32>

Page number of results to show (starting at page 1).

sort
string

Comma-delimited list of fields to sort by with sort priority from first to last. Fields are sorted by their natural ordering unless prefixed with a - character.

loanId
Array of strings

Filter by loan system identifiers.

loanStatementId
Array of strings

Filter by loan statement system identifier

merchantId
string

Filter by merchant identifier

customerId
Array of strings

Filter by customer identifier

currency
string

Filter by currency

Example: currency=AUD
createdFromInclusive
required
string <date-time>

Return loan activity that was created at or after this timestamp in ISO-8601 format

Example: createdFromInclusive=2025-05-30T10:56:46.151617336Z
createdToExclusive
string <date-time>

Return loan activity that were created before this timestamp in ISO-8601 format

dueOnFromInclusive
string <date>

Return loan activity that is due on or after this date in ISO-8601 format.

Example: dueOnFromInclusive=2025-05-30
dueOnToInclusive
string <date>

Return loan activity that is due on or before this date in ISO-8601 format.

Responses
200
400
401
403
404
405
406
409
422
429
500
503
get/loans/statements/entries
Request samples
Response samples
application/json
{
  • "currency": "AUD",
  • "entries": [
    ],
  • "totalPages": 0,
  • "totalRecords": 0
}
Copyright © Spenda 2025 (formally known as April). All right reserved.