Mobiloanscore (Async)

Get Mobiloanscore (Async)

POST {{BASE_URL}}/api/v1/mobiloanscore

This endpoint allows you to get a customer's mobiloanscore asynchronously.

Headers

Name
Type
Description

Authentication*

String

Authentication token

Request Body

Name
Type
Description

first_name*

String

users first name

last_name*

String

users last name

national_id*

String

users national id

callback_url*

String

Callback url to send mobiloan response to

{
   "status":202,
   "message":"Mobiloan score fetch Process initiated",
   "data":{
      "reference_id":"c6966641-e519-44b6-9e98-eb2b3be0db76"
   }
}
{
    "first_name": "John",
    "last_name": "Doe",
    "national_id": "99999999"
    "callback_url":"https://webhook.site/0f81808a"
}

Last updated

Was this helpful?