Report Loan Statement Entries

Return a list of all loan statement entries matching the given search criteria. If loanSettlementId or loanId is not specified, currency, and a date range (either created at or due on) must be provided.

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
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/report
Request samples
Response samples
application/json
{
  • "currency": "AUD",
  • "entries": [
    ],
  • "totalPages": 0,
  • "totalRecords": 0
}
Copyright © Spenda 2025 (formally known as April). All right reserved.