GET
/
v1
/
transaction
/
{transactionId}
{
  "id": "678543",
  "accountId": "677654434532",
  "creationDate": "2023-11-07T05:31:56Z",
  "firstPayment": "2023-12-25",
  "lastPayment": "2023-12-25",
  "currency": "NOK",
  "effectiveRate": 10.46,
  "totalAmount": 1000,
  "principalAmount": 1000,
  "feeAmount": 10,
  "interest": {
    "interestRate": 9.9,
    "effectiveRate": 10.46,
    "interestAmount": 90,
    "interestAmountBilled": 10
  },
  "paidAmount": 20,
  "interestPaidAmount": 20.57,
  "principalPaidAmount": 500,
  "dueAmount": 100,
  "overdueAmount": 200,
  "writtenOffAmount": 1000,
  "reversed": 1000,
  "fullRepaymentAmount": 900,
  "status": "WAITING",
  "lastUpdated": "2023-11-07T05:31:56Z",
  "transactionId": "8767653",
  "description": "Instalment for product #4567",
  "planOptions": {
    "shift": 2,
    "type": "BUY_NOW_PAY_LATER"
  }
}

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

transactionId
string<biginteger>
required

The transaction Id

Example:

"8767653"

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Instalment

The response is of type object.