post https://demo.onefin.in/api/v1/client/loan/{lead_id}/repayment-charges/
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>"
}
}