Retrieve a Transaction Details
GET
/lokta-lms/api/v1/loans/{loanId}/transactions/{transactionId}Retrieves a Transaction Details
Example Request:
loans/5/transactions/3
Path parameters
loanIdpath · integer · int64 · requiredloanId
transactionIdpath · integer · int64 · requiredtransactionId
Query parameters
fieldsquery · string · optionalOptional Loan Transaction attribute list to be in the response
Responses
200OKResponse fields
amountnumber · double · optionalclassificationGetCodeValuesDataResponse · optionalGetCodeValuesDataResponse
currencyGetLoansCurrency · optionaldatestring · date · optionalexternalIdstring · optionalfeeChargesPortionnumber · double · optionalidinteger · int64 · optionalinterestPortionnumber · double · optionalloanChargePaidByListarray of GetLoansLoanIdLoanChargePaidByData · optionalmanuallyReversedboolean · optionalnetDisbursalAmountnumber · double · optionaloutstandingLoanBalancenumber · double · optionaloverpaymentPortionnumber · double · optionalpaymentDetailDataPaymentDetailData · optionalpenaltyChargesPortionnumber · double · optionalpossibleNextRepaymentDatestring · date · optionalprincipalPortionnumber · double · optionalreversalExternalIdstring · optionalreversedOnDatestring · date · optionalsubmittedOnDatestring · date · optionaltransactionRelationsarray of GetLoanTransactionRelation · optionaltypeGetLoansType · optionalunrecognizedIncomePortionnumber · double · optionalEvery request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors.
Open this operation in the interactive explorer, or read it as Markdown.