Loans in VyajPay — Flat, Reducing, and Interest-Only

VyajPay supports three loan types. Flat and Reducing need a tenure (number of EMIs). Interest-Only does not — interest keeps accruing every period until the principal is repaid in full.

Android iOS

Compare the three types

TypeTenure required?EMI formulaUse when
FlatYes(P + P·R·T/100) / TSimple interest with fixed equal EMIs.
ReducingYesP·r·(1+r)^N / ((1+r)^N−1)Bank-style EMI on the unpaid balance.
Interest-OnlyNoP · R / 100 per periodLend with interest only; principal returned at end.

Dedicated pages: Flat · Reducing · Interest-Only.

Before you start

  • Borrower must exist.
  • Amount > 0, interest rate ≥ 0.
  • For Flat and Reducing, tenure (EMI count) is required.

Step-by-step

  1. Open Borrower Detail

    From the Borrowers tab, tap a borrower.
  2. Tap Add Loan

    The Add Loan screen opens.
  3. Choose the loan profile

    Pick Interest Only or Standard EMIs. Standard supports a Flat or Reducing calculation inside the advanced section.
  4. Enter required fields

    Amount (must be greater than 0), annual interest rate (must be ≥ 0), start date, reminder frequency. For Standard, also enter the tenure (number of EMIs).
  5. Create the loan

    Tap Create Loan. VyajPay computes the EMI for Flat and Reducing, or locks the fixed monthly interest for Interest-Only, and schedules reminders.

Frequently asked questions

Flat = simple flat-interest math, easy to explain. Reducing = bank-style EMI, interest on the unpaid balance. Interest-Only = perpetual interest with no fixed term; principal is repaid later.
Interest-Only loans are open-ended by design. Interest is computed per period as Principal × Rate/100. You can optionally enable a fixed duration, but it is not required to save the loan.
No. The interest type is locked at creation. To switch, close the loan and create a new one with the new type.
Flat EMI = (Principal + Principal × Rate/100 × Tenure) / Tenure. Reducing EMI uses the standard formula with monthly rate r = annualRate/100/12 and EMI = P × r × (1+r)^N / ((1+r)^N − 1).
Loan fields (rate, amount, type) sync as-edited to the borrower, but VyajPay flags significant changes. Best practice: get the borrower’s in-app approval (or settle and create a new loan) for material changes.

Related guides