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

Name
Type
Description

driverId

string

Pass Driver ID

Headers

Name
Type
Description

API_KEY

string

Enter the API Key

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

Last updated

Was this helpful?