API Reference

Advance by AdvanceID



Authentication: required

Get an update on the balance and repayment of an advance

Authentication: required

Using Advance unique ID for each advance / loan provided to the beneficiary (your customers) this end point allows you to identify the progress of the advances.

Below is an example of an output of this endpoint

[
    {
        "AdvanceID": "90a37f2d20724722b6d0131aab8da81c",
        "Factor": 1.3,
        "Rev_Share": 0.05,
        "Loan": 25000,
        "Sum_transactions": 388000,
        "TotalDueAmount": 32500,
        "Settled": 16000,
        "AmountLeft": 16500,
        "repaymentprogress": 0.5077,
        "UnsettledBalance": 16500
    }
]

📘

Did you Know

You can use this endpoint to create a powerful dashboard for your merchant

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!