624 B
624 B
Uber Wrapper Developer Portal
Goal
Create one generic POS-facing wrapper that can integrate with Uber for many restaurants, each with its own Uber OAuth connection.
Architecture Summary
- Merchant is created in wrapper.
- Merchant connects Uber account via OAuth.
- Wrapper stores tokens and proxies requests to Uber APIs.
- POS uses wrapper APIs only.
- Uber webhooks are ingested by wrapper and routed to internal logic.
Key Benefits
- Your POS is isolated from Uber API complexity.
- You can add custom business logic centrally.
- You can support many merchants with one standard integration path.