post
https://example.com/v1/cars/fares/build
Lock and return a fully-priced car fare. Confirms the price with the provider before booking. Requires the Mercury fareId (UUID) returned by POST /v1/cars/fares; unknown or expired identifiers return 410 OFFER_EXPIRED. The returned fare is valid for a limited time window. Accepts either an authenticated bearer token or a guest session token. Guest principals run the build through the service-account session's retry-once wrapper; on success the guest's checkout session is stamped with the locked fare id and expiry.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Missing or invalid authentication
404Fare not found
409Guest checkout session is past the capture phase
410Fare expired; refresh fare search
422Invalid fare parameters
503Car fare provider unavailable