API Reference

Charges API

POST /api/v1/client/loan/<lead_id>/repayment-charges/

Sample response:

{
    "amount": "<amount paid by the customer>",
    "due_date": "<date on which payment has to be made by the customer.>",
    "type": "<NACH Bounce/Late Interest/..>"
}

Sample response:

{
    "is_success": true,
    "data": {
        "charge_id": "<unique charge id>"
    }
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!