USER API

0

 

A. Release Notes & Feature Documentation


Release Notes: Uber-Rapido API Integration

Version: 1.2.0
Release Date: April 15, 2025


New Feature: Choose Your Own Rates with Rapido via Uber

We are pleased to announce a new integration between Uber and Rapido featuring the "Choose Your Own Rates" functionality. This update provides riders with enhanced control over ride pricing, offering a more personalized and cost-effective experience.


Key Highlights:

  • Custom Fare Selection: Users can select a fare that best suits their preferences and budget.

  • Real-Time Fare Options: Access multiple ride options with live pricing and estimated arrival times.

  • Transparent Pricing: Clear visibility into ride cost breakdowns and wait times.

  • Developer Ready: Updated APIs with structured documentation for seamless implementation.


Who Benefits:

  • Riders: Flexible pricing and ride selection.

  • Developers: Easy-to-integrate API with structured endpoints.

  • Businesses: Enhanced customer satisfaction through dynamic pricing options.


Access Instructions:

Available under the Ride Options API for Uber Business and Partner accounts. Developers can integrate the updated endpoint to incorporate Rapido fare data into their platforms.


B. Product Manual & Technical User Guide


Product Manual Update

Section: Ride Options

We have added a new capability through our integration with Rapido. Riders will now be able to view and select from various fare options, categorized by cost, time, and ride type.

When available, Rapido rides with flexible pricing will appear alongside other Uber ride options. Users can make a selection based on their preferences directly from the Uber interface.


Technical User Guide

API Endpoint
GET /v1/ride-options?provider=rapido

Request Parameters:

  • pickup_lat (float): Pickup latitude

  • pickup_lng (float): Pickup longitude

  • dropoff_lat (float): Destination latitude

  • dropoff_lng (float): Destination longitude

Sample JSON Response:

json
{ "provider": "Rapido", "ride_options": [ { "ride_id": "rapido_001", "price": "₹60", "eta_minutes": 5, "ride_type": "Economy" }, { "ride_id": "rapido_002", "price": "₹80", "eta_minutes": 3, "ride_type": "Priority" } ] }

Integration Steps:

  1. Authenticate using your Uber API Key.

  2. Call the Ride Options API with location coordinates.

  3. Filter responses by provider=rapido.

  4. Display the list of options including price, ETA, and ride type.

  5. Use ride_id in POST /v1/book-ride to confirm the ride.


For Non-Technical Users

  • What This Means: You will see new ride choices from Rapido when booking via Uber, each with a visible price. You can choose the one that best meets your needs.

  • Why It Matters: This gives you the ability to make informed decisions based on cost, convenience, or time.


C. Newsletter & Product Communication


Subject Line:
Announcing Uber’s New Integration with Rapido: Choose the Fare That Works for You


Header:
Greater Flexibility in Your Ride Experience


Body:

Uber is now integrated with Rapido to offer you a new way to ride. With Rapido’s “Choose Your Own Rates” feature, you can view and select from a range of ride fares directly in the Uber app.

Whether you prioritize affordability or arrival time, the power of choice is now in your hands.

What’s New:

  • Multiple fare options available per ride

  • Clear breakdowns of cost and time

  • Easy selection from within the Uber app


For Developers
Uber’s Ride Options API now supports Rapido’s fare selection functionality. Documentation and code samples are available for rapid deployment.

For Business Leaders
Provide more value to your customers and employees by offering flexible transportation solutions.


Call to Action:
Start exploring the new fare options today.


D. Visual Presentation (PPT Outline)


Slide 1: Title
Uber x Rapido: Integration Overview

Slide 2: Introduction
Overview of Rapido’s new “Choose Your Own Rates” feature and the Uber platform integration

Slide 3: Key Feature Summary

  • Custom fare selection

  • Real-time pricing and ETA

  • Ride flexibility and user control

Slide 4: User Flow
Visual: From location entry → Ride selection screen → Fare comparison → Ride booking

Slide 5: Technical Overview

  • API endpoint structure

  • Request and response schema

  • Integration steps

Slide 6: Benefits for Stakeholders

  • Users: Informed ride selection

  • Developers: Simplified integration

  • Businesses: Improved service offering

Slide 7: Call to Action
Explore the updated API and user flow
Links to documentation and business inquiries

Post a Comment

0Comments
Post a Comment (0)
To Top