Uber rush on demand - uber-api

I'm interested in using the Uber API into my on demand delivery service, I know this service was available for Uber rush, now there is deeplink option, I would like to know if this is possible?

There is no UberRUSH API product nor a deeplink to provide deliveries for you.

Related

How to enable full version for Actions on Google through Subscription

I want to accept subscriptions from users who are interested in our full version for my Action-on-Google. I have implemented account-linking and my targeted users are from India.
How can we give the full version on Google Action once we receive the payment on our website? Any workaround is greatly appreciated.
Thank you
If you have account linking, you can link the user's account between your service and Google so that you can perform a lookup of the user's Google account and see if they have a subscription through your service.
Additionally there is a feature that lets people request and pay for subscriptions through the Google Assistant, but it's not available in India today.

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.

Authentification with client info

is it possible in uber delivery to use the uber user information to authenticate and bill.
I do not wish to manage the delivery but would like to offer the option for regular uber user to get a delivery using their own account and billed directly.
Yes, see the three legged oauth guide for the deliveries api: https://developer.uber.com/docs/deliveries/guides/three-legged-oauth

How to retrieve from Client Buyer's Account his avaliable 'funds' or 'balance' on PayPal API?

I've just setup my PayFlow Service Manager with my admin settings and create a Sandbox Account to have a test environment. I was reading the docs and the SDK specifications, the samples code on Java...But I still can't find how to know how much funds available have the Client on his PayPal account, before execute a payment in my Site...
I found something of the classic API (GetBalance). This request doesn't exists yet on the new REST API. I need to implement on Java code.
Please Help! Thanks!

Is paypal REST API stable and out of beta?

I have looked at the Paypal REST API and at classic API. I like the Direct card processing support the REST API offers and the ability to use the Vault from the REST API.
Only problem is our PayPal sales rep insists the REST APIs are not stable and should not be used and wants us to use PayPal payments Pro with this Class API .
We have a business account and only expect to receive payments in the US, which per this link should be supported just fine. We need to accept payments using a mobile app and website. The mobile app needs to support one time transactions and both (app and website) need to support transactions using stored credit card information (which is where the Vault feature seems really handy).
I clearly see a lot of REST API questions so now doubt its in use.
Question for devs using the REST API over the past 6 months:
has it changed in a breaking manner for you?
Is it reasonably available (99.9%) for your applications?
Does using the Vault REST API feature require a Payments Pro account?
The RESTful APIs would work for you based off of what you stated. Granted they are not to parity with the Classic APIs just yet but the features you were requesting (Direct Card and Vault) are good to go. Pro is not required for Vault with a US account.
Lastly, without knowing the full conversation you had with your Sales Rep, I can't comment on why they felt so strongly against the RESTful APIs. However, if you open up a ticket at www.paypal.com/mts with all of your integration requirements, we can help you out with the best options available.