Confirmation of a postpaid order (Java)
In this use case, the user usually clicks on confirm and the order gets placed. Usually a moment later, the order gets confirmed by the seller with the latest status update on the fulfillment of
In this use case, the user usually clicks on confirm and the order gets placed. Usually a moment later, the order gets confirmed by the seller with the latest status update on the fulfillment of
In this use case, the user usually clicks on "Track Ride" or sometimes, the application automatically renders the tracking screen as part of the ride screen. Here the provider usually sends a tracking link to
In this use case, the user wants to contact the customer support due to an issue with the fulfillment of the trip. Here the mobility service provider returns the details of its customer support. Code
In this use case, the user receives the various updates of an ongoing trip Code snippets BPP receives protocol status /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city": "std:080", "action": "status",
In this use case, the user selects a mobility option and receives the fare for the same Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city":
In this use case, the user applies an offer on a mobility service and receives a discounted fare Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND",
In this use case, the user views the schedule or time-table for a fixed route mobility service provider like a bus service, or a metro service Code snippets BPP receives protocol search /* Example Request
In this use case, the user usually clicks on a mobility service provider that offers transport services via multiple modes of transport to view the various services it offers. The mobility service provider, usually returns
In this use case, the user usually clicks on a mobility service provider to view the service it offers. The mobility service provider, usually returns the details of the mobility service with its fare policy
In this use case, the user provides his pickup and drop location to a mobility service provider to get the calculated fare Code snippets BPP receives protocol search /* Example Request JSON: { "context": {
Recent Comments