GET
/
v1
/
instalment
/
{instalmentId}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/instalment/v1/instalment/{instalmentId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "instalmentId": "<string>",
  "instalmentOriginalId": "<string>",
  "creationDate": "2023-11-07T05:31:56Z",
  "firstPayment": "2023-12-25",
  "lastPayment": "2023-12-25",
  "currency": "<string>",
  "tenor": 123,
  "effectiveRate": "<string>",
  "totalAmount": "<string>",
  "principalAmount": "<string>",
  "feeAmount": "<string>",
  "paidAmount": "<string>",
  "principalPaidAmount": "<string>",
  "dueAmount": "<string>",
  "ovdAmount": "<string>",
  "writtenOffAmount": "<string>",
  "fullRepaymentAmount": "<string>",
  "status": "WAITING",
  "lastUpdated": "2023-11-07T05:31:56Z",
  "transactionId": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication is used to authenticate towards Enfuce API. It is described in more detail in RFC 7617.

Path Parameters

instalmentId
string
required

The instalment Id

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
Instalment

The response is of type object.