post
https://uat-gateway.datasignstech.com/lead/repayment-callback
API used to share the repayment data(Payment mode, time, amount, transaction ID…etc)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample request:
{
"loan_id": 3212,
"lead_id": "LD16489",
"paid_at": 1741084161686,
"amount": 1,
"txn_id": "repayment_txn4e162rerwe3412",
"mode": "AUTODEBIT",
"lan": "1928",
"bankRefNo": "1234555612",
"requestId": "3212_a2r3swe4iu34d",
"intent": "FORECLOSURE/REPAYMENT"
}
Points to be Noted :
- In case of loan foreclosure the field name: Intent to be passed in BodyParams as "FORECLOSURE" and outstanding amount should be consumed from Closure Breakup API.
- Usage of this API differs from partner to partner, which will be shared & communicated by the MSL product team.