Calculate DTI
curl --request POST \
--url https://api.txcloud.io/v1/lending/dti/calculate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"monthly_income": 123,
"monthly_debts": 123,
"proposed_payment": 123
}
'Income
Calculate DTI
POST
/
lending
/
dti
/
calculate
Calculate DTI
curl --request POST \
--url https://api.txcloud.io/v1/lending/dti/calculate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"monthly_income": 123,
"monthly_debts": 123,
"proposed_payment": 123
}
'⌘I