API Reference

Advance by AlterMal ID



Authentication: required

Get an update on the balance and repayment of an advance

Authentication: required

Using Alter-Mal unique ID for the beneficiary (your customers) this end point allows you to identify the progress of the advances.

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 merchants.

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