Booking a standard trip is a feature available on the customer dashboard, and via Open API that allows your customers to create a trip, while you manage the trip information processes from initiation to reconciliation.
So when your customers book a trip, they can view the trip on their dashboard, while you manage the trip process on your dashboard.
Collect trip information
The trip_type, category_size, scheduled_date, source, destination, and parameters are required to book a customer trip. They are not optional. The email, first_name, last_name, and phone fields allow us to validate the user.
The callback_url field is an optional field which redirects back to your application after a successful payment checkout.
Endpoint
https://dodge.truq.it/booking-service/booking/booking-trip/create_open_trip/
-H "Authorization: Bearer YOUR_PUBLIC_KEY"
-H "Organisation: YOUR_REFERENCE"
-X POST