Affordability Check

Affordability API evaluates whether a customer can reasonably afford a requested short-term loan based on their financial profile. By providing the loan amount, number of instalments, and duration in days, the API calculates a simple affordability score and returns a clear decision (approve, review, or decline) along with a reason if the loan is not affordable. This helps lenders make quick, transparent, and responsible credit decisions.

Check affordability & decision for a short‑term loan

post

Return a simple affordability score and suggested decision for the requested loan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
numberOfInstalmentsinteger · min: 1 · max: 12RequiredExample: 3
loanDurationDaysinteger · min: 1 · max: 365RequiredExample: 90
emailstringRequired

Customer registered email

Responses
200

Affordability result

application/json
post
/api/v2/partner/affordability/check

Last updated