Upload Repayment Schedule API (V1)

This is version 1 of repayment schedule API. In this API, the partner can share the repayment schedule and the same will be stored in the Origin system.

Note: USE PRODUCT TOKEN FOR THIS API.

Body Params
string
required
Defaults to SavSTPL-3004816208473

Arthmate loan application id.

string
required
Defaults to AML-SAV-SAV-000000000052

Arthmate loan id

string
required
Defaults to AISPD1ddbL

The borrower id generated on the Arthmate side.

string
required
Defaults to SAVLOANAPP00010

Partner loan application id

string
required
Defaults to SAVLOAN00010

Loan id at partner end.

string
required
Defaults to SAVBORROWER00010

Borrower id at partner end

json
required
Defaults to [ { "emi_no": 1, "due_date": "27-09-2022", "emi_amount": 20000, "prin": 16000, "int_amount": 4000, "principal_outstanding": 12000, "principal_bal": 10000 }, { "emi_no": 2, "due_date": "27-10-2022", "emi_amount": 20000, "prin": 16000, "int_amount": 4000, "principal_outstanding": 11000, "principal_bal": 9000 } ]

This is the repayment schedule in JSON format

Responses

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