PayPal Direct API alternative for non-US merchants [closed] - paypal

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.

Related

Automate Payment via Paypal (Sender is Business Account) [closed]

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 2 years ago.
Improve this question
I have integrated Paypal API in my application
$adaptivePaymentsService = new AdaptivePaymentsService(Yii::app()->params['PaypalConfig']);
The Paypal config has all the details of my business account.
i am searching for a code to do payment.. (but without approval of sender) as sender is the business account
Adaptive Payments is old and deprecated, so you cannot use that. No live App ID for Adaptive Payments will be provided.
The owner of the business account can request access to PayPal Payouts. Here is information on that: https://developer.paypal.com/docs/payouts/integrate/prerequisites/#get-access-to-paypal-payouts

Paypal: Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method [closed]

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.

What PayPal API should I use? [closed]

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.

Requesting an Uber ride with Apple Pay as a payment method [closed]

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!

Accepting paypal payments on a New Zealand Shopping Cart site [closed]

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 4 years ago.
Improve this question
I am developing a site in New Zealand with a shopping cart. I am trying to find a good payment gateway. I tried paypal website payments standart but then realised that paypal does not offer this service in New Zealand, though i didn't see this info on their site and only found out when i was playing around in sandbox. My question is which payment gateways are available to developers in New Zealand. Does paypal offer something that i could use, where do i find info on paypal about which countries their services are offered in?
I would especially like to hear from developers in NZ about what you have used.
Thanks
Andrew
Ok my bad, it turns out that paypal does offer this service in New Zealand. Just when you are in the sandbox, don't try and create a buyer or user account automatically because then it does not give you all the country options. Instead create the test seller and buyer accounts manually because then you are given a complete set of countries.