How to add currency to digital wallet through Uber APIs? - uber-api

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.

Related

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.

Paypal api - Adaptive Payments APP ID

I have 3 different websites that I want to use paypal Adaptive Payments for.
Auction
Marketplace
Funding
Do I need to set-up an new APP with paypal for each one? Or if I got one website approved can I use that APP ID on all my websites?
Also can anyone advise on how to get passed by paypal to get the APP ID, any good tips ?
Best way is to open a new APP at apps.paypal.com and the APP review team will guide you with your requirements as the APP approval depends on your business model and many other factors.
Adaptive payments was discontinued as of 01/12/2017 and PayPal Marketplace is the equivalent to adaptive payments.
You can learn more about the Marketplaces product on the PayPal Developer Portal: https://developer.paypal.com/docs/marketplaces/pp4mp/?mark=marketplaces
You can also register your interest for PayPal Marketplace via the link below -
https://www.paypal.com/us/webapps/mpp/partner-program/contact-us

how to used paypal lib in non us developer

Accept PayPal and allow direct credit card processing Non U.S. developers, please note that direct credit card processing is not offered to you when using REST APIs. Your live credentials are inoperable for direct credit card processing but your test credentials are enabled for sandbox testing.
What I understand of this is that a Non U.S. account could no process Direct Credicard payments, but they don't say anything about others payment capabilities.
So I made my application, use the REST API in Sandbox and everything works great.
No I was setting the live application and I couldn't. After reading again the Documentation I found this:
Do I need a U.S. PayPal account to sign up? To accept payments using the new REST APIs and PayPal Mobile SDK, we currently require a U.S. PayPal Business account. But stay tuned for more country support. Note that most countries can use our Classic APIs.

Paypal live issue Non US

When I was setting the paypal application I see this note:
Important: Live credentials are disabled for some capabilities. We
require additional information from you for these capabilities as
noted below.
And this:
Accept PayPal and allow direct credit card processing Non U.S.
developers, please note that direct credit card processing is not
offered to you when using REST APIs. Your live credentials are
inoperable for direct credit card processing but your test credentials
are enabled for sandbox testing.
What I understand of this is that a Non U.S. account could no process Direct Credicard payments, but they don't say anything about others payment capabilities.
So I made my application, use the REST API in Sandbox and everything works great.
No I was setting the live application and I couldn't. After reading again the Documentation I found this:
Do I need a U.S. PayPal account to sign up? To accept payments using
the new REST APIs and PayPal Mobile SDK, we currently require a U.S.
PayPal Business account. But stay tuned for more country support. Note
that most countries can use our Classic APIs.
Some is very confuse the message, Am I or Am I not able to use an UK business account to process payments (with for example paypal balance) with the REST API?
The REST API is currently only available to US merchants. UK merchants cannot yet use the feature - sorry.
From the FAQ page on Developer.PayPal.com:
Do I need a U.S. PayPal account to sign up?
To accept payments using the new REST APIs and PayPal Mobile SDK, we currently require a U.S. PayPal Business account. But stay tuned for more country support. Note that most countries can use our Classic APIs.

Can I implement Paypal with a combination of website payment standards & Paypal API?

In my application I have implemented the Paypal website payment standards. But when I use it I can't retrieve details for recurring users. Can I use the API to do the job? Is this a valid or meaningful method?
no you can't retrieve the standard subscription. But you could use the paypal API to make the recurring payments.
http://www.codeproject.com/Answers/526264/How-to-create-recurring-profile-with-express-check#answer1
the above link will provide you the code to create it.
Tip:-
The mentioned code first create a Sales account and then convert it in to the recurring account
With standard subscriptions you can't access those via the API. If you want to work with subscriptions via the API you'll need to use the Recurring Payments platform instead of Payments Standard.