Driver Balance

Driver current balance

GET /api/drivers/balance

Use this api to get the status and the balance amount the driver has with respect to the deliveries that he has done as well as from the balance of cash on deliveries and others. This is done by providing the api key and the specific driver's id.

Query Parameters

NameTypeDescription

driverId

string

Pass driver ID

Headers

NameTypeDescription

API_KEY

string

Enter the API Key

{
  "status": "PASS",
  "message": {
    "balance_amount": 4500.12
  }
}

Last updated