Instalment Controller
Get Instalment by id
GET
/
v1
/
instalment
/
{instalmentId}
Authorizations
Authorization
string
headerrequiredBasic authentication is used to authenticate towards Enfuce API. It is described in more detail in RFC 7617.
Path Parameters
instalmentId
string
requiredThe instalment Id
Query Parameters
auditUser
string
requiredThe audit user to log the request
Response
200 - application/json
instalmentId
string
Instalment id
instalmentOriginalId
string
The instalment id
creationDate
string
The creation date
firstPayment
string
The day of the first payment
lastPayment
string
The day of the last payment
currency
string
The currency of the instalment
tenor
number
Number of instalments
effectiveRate
string
The effective rate
totalAmount
string
The total amount of the instalment plan
principalAmount
string
The principal amount
feeAmount
string
The fee amount
paidAmount
string
The paid amount
principalPaidAmount
string
The principal paid amount
dueAmount
string
The due amount of the instalment plan
ovdAmount
string
The over-due amount of the instalment plan
writtenOffAmount
string
The written-off amount
fullRepaymentAmount
string
The full-repayment amount of the instalment plan
status
enum<string>
The status of the instalment plan
Available options:
WAITING
, INACTIVE
, PREVIEW
, PREVIEW_CLOSED
, OPEN
, PAIDPART
, OVD
, PAID
, CLOSED
, WRITE-OFF
, REVISED
, WAIVED
, NOT_READY
, MOVED
, REJECTED
, SIMULATED
, EXTERNAL
, Z
, OUTSTAND
, OUTSTAND_COMPLETE
lastUpdated
string
The last updated date
transactionId
string