added

Expose CarrierPaymentOnHold Field in Trips Endpoints

Release Date: March 25, 2025What’s New?

Exposed the CarrierPaymentOnHold field in the following Public API Trips endpoints:

GET /api/p/v1/trips

POST /api/p/v1/trips/search

This field indicates whether a carrier’s payment is currently on hold.

Why?

Previously, API users couldn't determine if a carrier's payment was on hold when retrieving trip data, which created a gap in visibility. By exposing the CarrierPaymentOnHold field in the Trips endpoints, users can now programmatically access this critical status to support automation, financial workflows, and operational decisions.