API Search endpoints…⌘K

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 · required

loanId

transactionIdpath · integer · int64 · required

transactionId

Query parameters

fieldsquery · string · optional

Optional Loan Transaction attribute list to be in the response

Responses

200OK

Response fields

amountnumber · double · optional
classificationGetCodeValuesDataResponse · optional

GetCodeValuesDataResponse

currencyGetLoansCurrency · optional
datestring · date · optional
externalIdstring · optional
feeChargesPortionnumber · double · optional
idinteger · int64 · optional
interestPortionnumber · double · optional
loanChargePaidByListarray of GetLoansLoanIdLoanChargePaidByData · optional
manuallyReversedboolean · optional
netDisbursalAmountnumber · double · optional
outstandingLoanBalancenumber · double · optional
overpaymentPortionnumber · double · optional
paymentDetailDataPaymentDetailData · optional
penaltyChargesPortionnumber · double · optional
possibleNextRepaymentDatestring · date · optional
principalPortionnumber · double · optional
reversalExternalIdstring · optional
reversedOnDatestring · date · optional
submittedOnDatestring · date · optional
transactionRelationsarray of GetLoanTransactionRelation · optional
typeGetLoansType · optional
unrecognizedIncomePortionnumber · double · optional

Every 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.