v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBDebtScheduleConfigs
Retrieve debt schedule config
Returns a single debt schedule configuration by its Embat id.
get/debtscheduleconfigs/{companyId}/{id}
Path parameters
idstring required
companyIdstring required
Response
Successful Response
Example response
{
"config": {
"outstandingBalance": 100000,
"grantedBalance": 120000,
"totalPeriods": 12,
"taxRate": 0.02,
"annualInterestRateOrSpread": 0.045
},
"debtSchedulePaymentsCalendar": [
{
"period": 1,
"principalPayment": 8333.33,
"interestPayment": 416.67,
"totalPayment": 8750
}
]
}