Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is there a way to request an Uber ride through the rest API with Apple pay as the payment method?
Currently, setting Apple Pay (payment_method_id, https://developer.uber.com/docs/riders/references/api/v1.2/payment-methods-get) when requesting the ride fails.
Is there a way to access a web view hosted by Uber that would allow the user to authorize the payment through Touch ID and use Apple pay?
confirmed that apple_pay is not available to be used as a payment method through the API when posting a request.
In terms of your question "Is there a way to access a web view hosted by Uber that would allow the user to authorize the payment through Touch ID and use Apple pay?" - No, this is not an option.
It is true that apple_pay (and android_pay) can be a payment method for a user's account and thus you could argue should be returned in get-payment-methods. However as it cannot be used in the API it perhaps should be filtered. Uber API team will look into possible solutions here. Thanks and hope this was helpful!
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
When I click on one button some of amount from my one PayPal account i need to transfer in another PayPal account without going over to a PayPal page.
Requirement is like when any user buys product payment will go into admin account and on some specific time admin will send payment to vendors so for that I need to make payment on only single click from admin's account to vendor's account.
Is this possible?
This is possible if the sending account is approved for PayPal Payouts
See here for the integration guide and prerequisites, and how to request access to Payouts
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method.
Dears i have this issue with all customers no paypal customers service available to answer me i am losing money and customers due this issue. PLEASE ANY ONE HELP.
Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method.
i am sure no issue with banks accounts only from paypal side.
This is a decline message. If all payments are being declined, it may have something to do with your business type or other account settings, but only someone on PayPal's end would be able to look at your account and research these declines.
It is not an integration nor a programming problem for Stackoverflow.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I am creating a project whereby users are able to create webstores for their customers to purchase items from.
My current two thoughts are:
Payouts API whereby all customer payments will go to myself, and I will then use the Payouts API to send payments to users.
Have users enter in their API credentials in their user area so that their customers can send money directly to them using the Express Checkout API
Neither of these options feel optimal - the payouts API means I will be responsible for all chargebacks and payment disputes between customer and user. Forcing the user to enter in their API credentials is a slightly better solution however it would require me to provide documentation and support on how to create their API credentials.
I will likely go with option 2, but I'm hoping someone may be able to provide more options that I've overlooked or not seen in the docs. Thanks in advance.
Option 2 is correct, it is what all third party shopping carts do.
There exists a third option, the payee field, but you run into permission issues for refunds and authorizations. So Option 2 is the correct one for your use case. Each receiver should create a REST APP and enter the ClientID/Secret into your system.
You mentioned the "Express Checkout API" so you might be using something old/classic, which you should not do. See this front-end demo pattern of Smart Payment Buttons: https://developer.paypal.com/demo/checkout/#/pattern/server
Notice the two fetches to '/demo/...' endpoints, which must be replaced with actual routes on your server. The first should create a v2/order and return an OrderID. The second should capture that v2/order after a payer has approved it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have a PayPal merchant account registered in Germany and it seems that the direct API is not available in my case:
When trying to use the Direct API (DoDirectPayment) I get the error: 10565 Merchant country unsupported.
It there any other mechanism / API that I can use to allow my customers to pay with credit card without leaving my web site ?
Thanks !
UPDATE:
I'm wondering though: Why was I able to create API credentials (username, password and signature) in my PayPal profile if I'm not able to use the API in Germany !? Really strange .. maybe someone could also clarify that ?
Yes, Paymill is such a service (and based in Germany).
The DoDirectPayment API is not avaiable in Germany at this time. As to your other question, you were able to create the API credentials because these would be needed for other API calls to which you would have access to. Such as Express Checkout, Reporting API, and etc.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to add paypal payment to my iphone application what is the best way of doing it? will apple approve the app if the payment transaction will be done within application?
Thanks!
There are two ways to integrate Paypal with the iOS application i.e.
1) MPL - Mobile payments library : Launces Paypal window on the top of application window.
2) MECL - Mobile express checkout library : Launces in a webview
You can use MECL to implement paypal.
For dev purpose, they have provided with sandbox inputs to be used. Once you develop the app, you need to submit it to paypal. Paypal will verify and test your application for various payment scenarios and security as well. Once they approve, they(Paypal) will provide you with a production env id number. USe that number in the app and upload it to app store.
Apple uses In app purchase to sell digital goods. So it does not allow to use any other payment gateway for selling digital content.
Paypal has provided an SDK for iOS. Simple Google should have got you this.
And as far your other question is concerned. This statement should clarify things:
Hello, Apple policy restricts from using our library for accepting digital goods. Use our library should be for hard goods, donations, personal payments and services only.