Uber developer API, ride request payment collection - uber-api

i want to develop an App with Uber API to provide a service, collect payments from the customer and book the ride for them automatically through my App. Is it possible to use feature like book for a friend and pay for the ride from a single developer account? or does the customer have to pay for the ride separately ?

Related

Paypal: Which product and api to choose?

I want to integrate Paypal as an online payment option into my website and have been looking at their documentation and apis for days, but I can't for the life of me figure out which product should I use and which apis work with what products. It seems they have got several products like payflow, web payments pro, paypal payments pro and several others. Then they have also got orders api, payments api, nvm/soap api, JS SDK etc. Can someone suggest which product/api should I choose when I am looking at the following factors:
Ability to pay sellers in UK and US.
Make payments through my website, be it moving buyer to their own page, opening payment window in an iFrame or provide an access token to make payment though my backend.
Ability to take future payments.
Ability to programmatically cancel payments.
Ability to programmatically refund payments.
Subscriptions.
You need different products for different things. For future headless payments that are not recurring on a schedule, you'll have to talk to PayPal
For recurring payments on a schedule, which are called subscriptions, use https://developer.paypal.com/docs/subscriptions/ . There is no SDK for this latest subscriptions API, you need to use direct API calls.
For one-type payments, use PayPal Checkout https://developer.paypal.com/docs/checkout/ . If you want a server API integration, here's the front-end: https://developer.paypal.com/demo/checkout/#/pattern/server , and the two routes you'll need on your server are with the Orders V2 API to 'Set Up Transaction' and 'Capture Transaction', which have a guide here: https://developer.paypal.com/docs/checkout/reference/server-integration/
That should be enough to get you started

How do I integrate my food order menu to Uber eat delivery service?

API endpoints?
I need information about the get/post/put/del and authorization.
How do the customer order?
After customer paid and he/she choose Uber eat service, does he/she pick from my website or from the Uber eat app?
How does the customer pay? How does the business owner get paid? What kind of payment service can they use?

PayPal Developer: Under "MyAccount" I want to enable payout ... but 'they' need more info?

Under Developer->MyAccound I want to enable payout (Payouts, Payout up to 500 recipients in one API Call).
When pressing "Enable", info "To process your request we need more information about you and your account." is displayed and link "Contact Us", taking me to https://www.paypal.com/cgi-bin/webscr?cmd=_contact-phone.
Finally I created a post for the community https://www.paypal-community.com/t5/Business/Developer-My-Account-gt-Payouts-gt-Activate-not-working/m-p/1431023, up to now w/o an answer.
We are currently evaluating a few payment providers for a marketplace-like service, where we need a checkout and a payout. The process is kind of special, as we usually do payouts only once per "person" (gift business, https://pres-it.com).
PayPal REST API Payout is available in few countries only, the rest of the countries can use PayPal Masspay for sending payments to their customers. In order to find REST API Payout availability in your country please contact PayPal Customer Service team or you can get in touch with PayPal support team by creating a ticket at https://www.paypal-techsupport.com.

Uber API integration | Payment workflow

I am looking to integrate the Uber API in my app. I understand Uber allow to provide the booking option with in the app however is it possible to collect the payment in my own app for the rides? Can I collect the payment in my account, how would I transfer further to Uber, if possible or it would be credited to Uber Only? How the complete payment workflow works from third party applications.
Just wondering if there is any possible way for this and someone has any idea about the same. Thanks in advance!
No, it is not possible to collect payment directly for Uber Rides. It is against the API terms of service to attempt to collect any per ride fee. See our affiliate program for more details about earning with the Uber API.

How to add currency to digital wallet through Uber APIs?

I've a question related to Uber API's payment methods.
In India, Uber API allows 3 types of payments:
1. credit card
2. Paytm
3. cash
For payment method 2 - Paytm - I would like to know how to programmatically through Uber APIs add currency to the digital wallet? The Uber app allows adding of currency in the digital wallet - paytm.
I went through the Uber API documentation and it wasn't clear that this functionality could be done through the API.
So, I'm wondering whether the same functionality is possible through Uber APIs and if yes, how?
There is currently no way to add any digital currency through the Uber API.