GET
/
v1
/
account
/
{accountId}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/instalment/v1/account/{accountId} \
  --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

accountId
string
required

The account id to instalment plans

Query Parameters

auditUser
string
required

The audit user to log the request

status
enum<string>

Status of the instalment

Available options:
ACTIVE,
ACTUAL,
CLOSED,
OVD,
PAID,
PREVIEW,
REVISED

Response

200
application/json
List of instalments for the given account

The response is of type object[].