Settlements
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
Service | API reference | Errors reference |
---|---|---|
Update Trip | Update Trip | Integration Errors |
Troubleshooting
Some potential errors you might encounter are:
Error | Solution |
---|---|
Updated almost 5 years ago
What’s Next