Instalment illustrations

Each time PayCredit receives a debit transaction it triggers an instalment eligibility event:

  1. PayCredit checks if a transaction is eligible for an instalment based on the configured eligibility criteria.
  2. If the transaction meets the qualifying parameters it creates a record in the eligible transactions log.

Eligible transactions capture the following key details, among others:

Key detail

Description

Example

Account ID

The ID of the account linked to the original transaction.

468677892

Product ID

The product ID associated with the account.

123

Transaction ID

The transaction reference of the original transaction (TID from Banking.Live).

2237382988901000090

Transaction type ID

The ID identifying the type of the original transaction.
Full list of transaction types can be found here.

Purchase - card (transaction_type_id = 1)

Transaction amount

The original transaction amount.

1050.00

Transaction date and time

The timestamp of when the original transaction occurred.

2024-09-12 02:05:59

Criteria ID

The ID of the criteria from the finance option against which the original transaction was validated.

765435

Instalment illustrations

When customers are notified that a transaction is eligible for an instalment, they can generate and view available loan illustrations based on the available finance options. Typically, this might include different illustrations based on tenure e.g. 3, 6 or 12 months.

Prior to generating illustrations, the eligibility of the transaction is re-evaluated against the relevant finance options and associated transaction criteria.

Illustrations displayed to the customer are recorded by PayCredit as they may form the basis for an instalment.

  1. First you will need to call the GET /instalment-illustrations/reference/{transaction_reference} API.
    The key identifier for retrieving the instalment illustration(s) is the transaction reference, which is the TID from Banking.Live.
  2. The API call triggers creation of instalment illustrations.
  3. You will then receive the available instalment illustrations along with the associated illustration_id in the API response.
📓

The applicable illustration_id will be needed when creating the instalment loan.

You can read more on this here.

Illustrations capture the following key details, among others:

Key detailDescriptionExample
Account IDThe ID of the eligible transactions account.468677892
Finance option IDThe ID of the finance option upon which this illustration is based.8797857
Total principalThe principal amount for the instalment loan.1050.00
Total interestThe total interest payable, assuming the loan runs for the full tenure.116.00
Interest rateInterest rate % (as defined on the associated finance option).11.00%
Interest calculation methodThe calculation method of the interest rate (as defined on the associated finance option).Flat
Processing feeThe processing fee (as defined on the associated finance option).52.50
Payment amount per cycleThe amount payable per cycle.97.00
Number of cycles (loan tenure).The total number of payment cycles (as defined on the associated finance option).12
Late feeThe late fee, if applicable (as defined on the associated finance option).12.00
Cancellation feeThe cancellation fee, if applicable (as defined on the associated finance option).105.00
Termination feeThe termination fee, if applicable (as defined on the associated finance option).15.00
Transaction IDThe transaction reference of the original transaction (TID from Banking.Live).2237382988901000090