• Prepaid

    In locale
  • Prepaid

    In locale

Just-in-time (JIT) funding is a way by which a transaction can be funded in real-time when sufficient funds are not available in the PPI account of the account holder.

In an ideal world, one needs to have sufficient funds in the corresponding account to be able to make a transaction. If the transaction amount is less than the account balance, then the transaction is declined. On the contrary, with JIT funding, one’s transaction can go through if the respective account doesn’t have enough funds. This is handled by assigning a credit limit to each of the account holders by the fintech.

For example, Shreya has been assigned a credit limit of INR 50,000. The balance in this account is INR 2,000. Now, she wishes to transact for INR 25,000.

Difference = Transaction amount – Balance of account
[INR 23,000] = [INR 25,000] = [INR 2,000]

This difference amount of INR 23,000 is the credit amount that will be requested. This requested credit amount will be transferred to the account of Account Holder Shreya. Given the balance of the account is now equal to the transaction amount, the transaction will be successful.

Before getting started, below are some of the key terms related to the topics

Term Description
Interceptor Interceptors are HTTPS endpoints with the extra functionality of returning a response. The host of the interceptor then consumes the response and incorporates it in the request flow. Refer Interceptors for more information
SCLMS SCLMS stands for Simple Credit Limit Management System. It is an internal system to assign and manage credit limits for Fusion accounts.
Zeta Switch Payment switch that processes the incoming payment requests
Policy Policies refer to the set of rules and conditions that a fintech can apply to an entity’s transactions at an Account Holder level. Refer to Transaction Policies for more information

The process of JIT Funding uses Interceptors (/docs/extensions/interceptor/about-interceptors/) to enable the fintech to take part in decisions during transaction processing, whenever a payment is initiated by the account holders. The process involves the following actors–

Let us try to understand the JIT Funding process by taking the example mentioned above. Shreya is a customer of the fintech ZegWorld. ZegWorld is in the business of issuing payment cards to freelancers such as Shreya, who can request a credit amount to make purchases and then return the amount within 30 days.


Setting up a funding account with Fusion

Before being able to provide the JIT funding facility to their customers, ZegWorld will require a funding account with Fusion. This funding account acts as a source account for the transfer of the funding amount to Shreya’s account whenever the credit is requested.

At any time, if the funding account balance is less than the requested credit amount, the related transaction will be declined. In summation, ZegWorld is responsible for maintaining the respective balances here.

Creation of ZegWorld’s account with the IFI

This activity is a part of the onboarding process. Please get in touch with the Implementation Team for the set-up.


Onboarding the account holder

ZegWorld will first need to onboard Shreya as an account holder and assign the product bundle to her. Refer to the below steps

  1. Create an account holder: To create an account holder, the fintech will have to create an application. Once the issuer approves the application, an account holder is created. Please refer to Create Account Holder for more details.

  2. Assign bundle: Upon the creation of the account holder, the fintech will then call the bundles endpoint to assign the bundle to her. Please refer to Issuing a Bundle for more details.


Setting up the credit line

ZegWorld may use its internal logic to compute the credit limit that can be utilised by Shreya. Let’s say that the maximum credit limit assigned to Shreya is INR 50,000. ZegWorld will further create a credit line and assign the credit limit to her using the below endpoint. This is like a line extended to the account issued as part of the issueBundle call

POST/api/v2/ifi/{tenantID}/credits/account

Please refer to Create Credit Account API for more information.


Transacting with the merchant

After successful onboarding, Shreya visits a local shop to acquire some raw material. At this moment, her account balance is INR 2,000. She selects the items she wants to purchase and proceeds for payment, say, via POS machine.


At Fusion, the following checks are made to validate a transaction. Once fusion decides on the fate of the payment/transaction request, it conveys the success or failure of it to zeta switch via interceptor.


Transaction Amount ≤ Account Balance

If the billing amount is less than INR 2,000 which is the balance amount in Shreya’s account, then the transaction will go about smoothly, else will be declined.

Transaction Amount > Account Balance

If the transaction amount is greater than Shreya’s account balance, then to be able to pay, she will have to use the credit balance. Say-

Transaction amount [T] = INR 25,000
Account balance [B] = INR 2,000
Requested credit amount [C= T–B] = INR 23,000

Here, fusion will make two checks–

1. Is the present credit limit available with Shreya ≥ Requested credit amount?

Shreya was initially assigned with a maximum credit limit of INR 50,000 by ZegWorld. Every time she utilizes the credit, her credit balance is reduced by that amount. For example, if she had previously utilized INR 10,000 from her credit balance, then she can only utilize INR 40,000 [INR 50,000 – INR 10,000] till she repays the credit amount- INR 10,000 to ZegWorld. That is,

Allotted credit limit [W] = INR 50,000
Active utilization amount [X] = INR 10,000
(Available) Credit balance [Y= W-X] = INR 40,000

So when the request for the credit amount of INR 23,000 is received, the system checks if the credit balance is available for the transaction. If so, then it moves to the next check, else the payment is declined

2. Is the present funding account account balance of ZegWorld ≥ Requested credit amount?

Each fintech sets up a funding account whose balance shall be adequate for fusion to initiate an account to account (A2A) transfer.

Hence, the system checks if ZegWorld’s funding account has enough funds for the system to initiate an account transfer to Shreya’s account. If so, then the transfer is initiated else, the payment is declined.


Case 2.1: Funding account’s balance [Z] = INR 1,00,000

As funding account’s balance [Z] > Requested credit amount [C], the payment is approved. The funding account’s balance [Z] is updated along with Shreya’s account balance[B] and credit balance [Y].

Shreya’s updated credit balance [Y] = INR (40,000 - 23,000) = INR 17,000
Updated funding account balance [Z] = INR (1,00,000 - 23,000) = INR 77,000
Shreya’s updated account balance [B] = INR (2,000 + 23,000) = INR 25,000



Case 2.1: Funding account’s balance [Z] = INR 10,000

As funding account’s balance [Z] < Requested credit amount [C], the payment is declined.


Interceptor

A fintech can intercept a payment request going out to a merchant on a particular card network, and based on its risk system’s logic and policies, direct Fusion to either approve or reject the request.

Let’s say that Shreya had defaulted her previous payment of INR 10,000 by 20 days. As per ZegWorld’s policies, she can’t use the credit balance until her previous dues are cleared. ZegWorld can configure such policies and interceptors by following the steps as in the Configure Interceptors section.


Managing credit line

A fintech can use the range of APIs in the sections ahead to manage the respective credit lines- including credit line status, and balances.

Get credit line details by account ID

Using the below endpoint, Fintechs can request the credit line details of the account holder against the respective bundle account ID. This account ID was created during Setting up the credit line.

It will return all the account related activity including the status of the credit line, credit limit allotted, present credit balance, date of creation and last modification, policy and webhook configurations.

GET/api/v1/ifi/{tenantID}/credits/account/{accountID}

Please refer to the API- [Get account by account ID](https://fusion.zetaapps.in/api-references/credit-limit-management-apis/#/Credit_account/getAccountById) for more information.

Decrease credit balance

Fintechs can call this API endpoint to update the credit balance in terms of decreasing the same, which can be due to any reason, say, the account holder- Shreya transacted using her credit balance. Following the example of transaction as in Transaction Amount > Account Balance, INR 23,000 is requested from her credit balance. Hence, the amount in the request payload will be 23000. Corresponding to it, the credit balance will be updated to INR 17,000.

POST/api/v1/ifi/{tenantID}/credits/account/{accountID}/decreaseCreditBalance

Please refer to the API- Decrease credit account balance for more information.

Increase credit balance

Fintechs can call this API endpoint to update the credit balance in terms of increasing the same, which can be due to any reason, say, the account holder- Shreya paid back the amount taken up from the credit balance. Say, after the transaction above, she paid back the INR 10,000. Hence, the amount in request payload will be set to 10000, and the corresponding credit balance will be updated to INR 27,000.

POST/api/v1/ifi/{tenantID}/credits/account/{accountID}/increaseCreditBalance

Please refer to the API- Increase credit account balance for more information.

Update credit limit

Fintechs can update the credit limit against the bundle account ID by passing the updated credit limit amount against it.

PUT/api/v1/ifi/{tenantID}/credits/account/{accountID}

Please refer to the API- Change credit account limit for more information.

Update credit line status

Fintechs can update the status of the credit line of the account holder using the below endpoint. The status can be:

Upon sending the request, the status codes will be received confirming the change.

PATCH/api/v1/ifi/{tenantID}/credits/account/{accountID}?status={status}

Please refer to the API- Update credit account status for more information.

View audit log

Audit log, also referred to as audit trail, contains the record of all the events and changes with respect to the account holder’s credit line. You can define the number of records by page and size.

GET/api/v1/ifi/{tenantID}/credits/account/{accountID}/audit/logs

Please refer to the API- Credit audit log for more information.


Webhooks

Once the payment is processed, ZegWorld can know the status of the payment by configuring the webhooks to receive the event message on its application’s endpoint.

Use /subscribe API to be able to subscribe to the webhook. The body of the API shall contain the callback URL (ZegWorld’s application endpoint)

In this example ZegWorld will configure webhooks on PAYMENT_CAPTURED event and PAYMENT_REQUEST_ DECLINED events.

Successful Payment: The callback URL associated with the PAYMENT_CAPTURED event will be called and ZegWorld will be notified of the successful payment.

Failed Payment: The URL associated with the PAYMENT_REQUEST_DECLINED event will be called and ZegWorld will be notified of the failed payment along with the reason for payment failure

These webhook payloads are secure as their authenticity can be verified with a secret token that Zeta shared with ZegWorld.

You can refer to these events on Fusion Event page for more information.