Get Loan Statement Summary

Return a loan statement summary.

SecurityEnterprise API Key | Marketplace API Key | Merchant Secret Token | Admin JWT | Merchant JWT | Marketplace JWT | Customer JWT
Request
path Parameters
loanStatementId
required
string
Responses
200
400
401
403
404
405
406
409
422
429
500
503
get/loans/statements/{loanStatementId}
Request samples
Response samples
application/json
{
  • "loanStatementId": "lstmt_aJoljbRcBEDHe8mr",
  • "referenceStatementId": "string",
  • "loanId": "loan_aJoljLRcBEDHe8ml",
  • "referenceLoanId": "string",
  • "loanAccountName": "string",
  • "loanProductType": "TradingAccount",
  • "loanMetadata": { },
  • "loanTimeZone": "Australia/Sydney",
  • "customerId": "cust_aJolhbRcBEDHe8l8",
  • "referenceCustomerId": "string",
  • "customerName": "string",
  • "customerTaxId": "string",
  • "customerMetadata": { },
  • "customerAddress": {
    },
  • "billerName": "string",
  • "billerTaxId": "string",
  • "billerAddress": {
    },
  • "billerSupportEmailAddress": "lucy.diamond@star.com",
  • "billerPhoneNumber": "+61401234567",
  • "borrowerMerchantId": "mcht_aJolhbRcBEDHe8l7",
  • "statementStartDate": "2019-08-24",
  • "statementStartAt": "2019-08-24T14:15:22Z",
  • "statementEndDate": "2019-08-24",
  • "statementEndAt": "2019-08-24T14:15:22Z",
  • "billingDate": "2019-08-24",
  • "dueDate": "2019-08-24",
  • "settlementCurrency": "AUD",
  • "netAmount": 0,
  • "insuranceAmount": 0,
  • "taxAmount": 0,
  • "billedAmount": 0,
  • "paidAmount": 0,
  • "lateFeeAmount": 0,
  • "lateFeeLineItem": {
    },
  • "outstandingAmount": 0,
  • "paymentEvents": [
    ],
  • "status": "draft",
  • "totalEntryCount": 0,
  • "createdAt": "2019-08-24T14:15:22Z"
}
Copyright © Spenda 2025 (formally known as April). All right reserved.