Skip to main content
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
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
monthly_income
number
monthly_debts
number
proposed_payment
number

Response

200

DTI calculation