mono-logo

Credit Worthiness

August 7th, 2024

get api.withmono.com/v2/accounts/{id}/creditworthiness
v1.0

This resource provides the account creditworthiness of the user

Path Params
Body
Headers

Request

1234567891011
curl --request GET \
  --url https://api.withmono.com/v2/accounts/id/creditworthiness\
  --header 'accept: application/json'
  --data 
{
  "bvn": "12345678901",
  "principal": 30000000,
  "interest_rate": 5,
  "term": 12,
  "run_credit_check": true
}

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?