Payday Loan Eligibility

Driver eligibility

GET /api/drivers/drivereligibility

Use this api to get the driver eligibility based on service provider's criteria. It requires the api key provided as well as the driver's id whose eligibility we need to check.

Query Parameters

NameTypeDescription

driverId

string

Pass Driver ID

Headers

NameTypeDescription

API_KEY

string

Enter the API Key

{
  "status": "PASS",
  "message": "Driver is Eligible as per your criteria"
}

Last updated