These docs are for v1.0. Click to read the latest docs for v2.0.

Settlements

  1. Getting started
  2. Quotes
  3. Bookings
  4. Trip updates
  5. Settlements
  6. Testing

Trip completion

Once the trip has entered a completed state we use the fare object and its breakdown object to charge our passengers.

One notable aspect about the fare format in the API spec is the requirement of currency in the ISO 4217 format and price values in whole positive integers in the smallest unit the currency supports (pence, cents, etc). For example: 2330 for $23.3 or 100 for ¥100 which is a non-decimal currency.

Reference

ServiceAPI referenceErrors reference
Update TripUpdate TripIntegration Errors

Troubleshooting

Some potential errors you might encounter are:

ErrorSolution

What’s Next