Bill API - Tranche Level

This will fetch amount which is due as of current date at tranche level.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Response:

{
    "is_success": true,
    "data": {
        "bill_amount": 2062.0,
        "bill_date": "05-Dec-2023",
        "joining_charge": {
            "charge_amount": 1062.0,
            "charge_type": "Joining Fee",
            "charge_date": "05-Dec-2023",
            "amount_paid": 0.0,
            "status": "Not Paid"
        },
        "extra_charges": [],
        "due_repayments": [
          {
            'due_date': "05-Dec-2023",
            'tranche_id': None,
            'status': 'DUE',
            'repayment_amount': 1000.0,
            'principal_amount': 829.0,
            'interest_amount': 171.0,
            'remaining_amount': 1000.0,
            'remaining_principal': 829.0,
            'remaining_interest': 171.0
          }
        ]
    }
}
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json