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
loanStatementId
Array of strings

Filter by loan statement system identifier

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.