Blowhorn API Documentation
  • Welcome
  • API REFERENCE
    • Authentication
      • Customer Authentication
      • Partner Authentication
    • Orders
      • Shipment Orders
      • Marketplace Orders
      • Cancel Order
      • Order Event
      • Order Event History
      • ETA
      • Delivery Partner Details
      • Order Documents
    • Drivers
      • Available Vehicle Class
      • Driver Availability
      • Payday Loan Eligibility
      • Driver Details
      • Driver Balance
      • Driver Deductions
    • Locations
      • Serviceability
      • Hubs
      • Coverage
      • Location Type
      • Storage Type
      • Location Zone
      • Location
    • WMS Inbound
      • Clients
      • Suppliers
      • Purchase Orders
      • Advance Shipping Notice
      • Goods Receipt Note
    • WMS Outbound
      • Shipping Label
      • Shipping Manifest
    • Inventory
      • Product Group
      • Tracking Level
      • Pack Config
      • SKU
      • Inventory
      • Inventory Transaction
    • Webhooks
      • HMAC Authentication
      • Order Status
      • Trip Status
      • Inventory Status
  • Help
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. API REFERENCE
  2. Drivers

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

Name
Type
Description

driverId

string

Pass driver ID

Headers

Name
Type
Description

API_KEY

string

Enter the API Key

{
  "status": "PASS",
  "message": {
    "balance_amount": 4500.12
  }
}
{
  "status": "FAIL",
  "message": "Driver Details Not Found, you can use drivereligilibity api to get detailed information"
}
{
  "status": "string",
  "message": "string"
}
{
  "status": "string",
  "message": "string"
}
PreviousDriver DetailsNextDriver Deductions

Last updated 2 years ago

Was this helpful?