paypal

REST Api integration - how to force payment page's language?

纵饮孤独 提交于 2019-12-24 08:22:41
问题 I integrated PayPal API and have the problem that Payment page are always displayed in Polish (which is my native language), but not English. I'd like to force payment pages to display always in English because my whole site is in English. How can I do that? There is no setting in my merchant's account for that :/ I know that there are some hacks to force language, but they works only for PayPal's buttons, not API interfaces :/ 回答1: Have you tried changing the locale/language and input

Unable to find explicit activity class Payment activity with PayPal SDK in Xamarin on Android

≯℡__Kan透↙ 提交于 2019-12-24 07:35:20
问题 I am building a mobile app on xamarin and wanted to use the paypal sdk for our payment system. I took the paypal SDK at: https://github.com/paypal/PayPal-Android-SDK To use it in Xamarin I need a java binding. I previously used a library I found on Xamarin forum (sorry can't add more than 2 links) since it didn't worked I did my own java binding with the same error. I am following this tutorial: https://github.com/paypal/PayPal-Android-SDK/blob/master/docs/single_payment.md In the

PalPAL sandbox IPN processor rejecting all messages?

谁说胖子不能爱 提交于 2019-12-24 07:29:21
问题 I was using the PalPal IPN simulator all day without problems, and at some point I got kicked out and the developer portal got upgrade. Picking up right where I left off, I'm now receiving IPN messages from the sandbox, but attempts to validate the message return 400 Bad Request. Now before you go saying "Oh, you just need to do HTTP/1.1 and send the Host:" field, I'm already doing that (and have been for months). Request body: POST /cgi-bin/webscr HTTP/1.1 Host: www.sandbox.paypal.com

paypal Amount Total mismatch

巧了我就是萌 提交于 2019-12-24 07:27:43
问题 When I check in my website using Paypal it gives me this message: "Checkout Error - Amount total mismatch" I used Microsoft tutorial to implement PayPal: https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal I did exactly what it said I even did twice but somehow keep getting this error Appreciate your help Thanks public partial class CheckoutReview : System.Web.UI.Page { protected void Page_Load

Get customer details after transaction

╄→尐↘猪︶ㄣ 提交于 2019-12-24 06:08:04
问题 I'm struggling to decide between Paypal NVP and REST APIs. The REST API seems to be newer and better but I can't find a way to get customer details after a transaction occured. Basically I want to set up a billing plan for recurring payments and then get customer details via API so they do not have to enter them through my website. Paypal Express checkout seems to be what I should use here. The NVP API offers a GetExpressCheckoutDetails method to get these details. I didn't find something

Get customer details after transaction

£可爱£侵袭症+ 提交于 2019-12-24 06:07:02
问题 I'm struggling to decide between Paypal NVP and REST APIs. The REST API seems to be newer and better but I can't find a way to get customer details after a transaction occured. Basically I want to set up a billing plan for recurring payments and then get customer details via API so they do not have to enter them through my website. Paypal Express checkout seems to be what I should use here. The NVP API offers a GetExpressCheckoutDetails method to get these details. I didn't find something

You do not have permission to execute this payment implicitly 550001

佐手、 提交于 2019-12-24 06:03:26
问题 Had a system all up and running fine, but was left alone for a few months now when i came back to test it I'm getting this error on the Live site PayPal You do not have permission to execute this payment implicitly 550001 The account used to send payment is the same as the one in the API details, i've checked the api signature etc, and the sender email is being set It's working fine in sandbox, just not live 回答1: I had the same problem, but I think I'm onto something here. Maybe you could try

PayPal Chained Payments

痴心易碎 提交于 2019-12-24 05:56:33
问题 I am trying to use the PayPal Chained Payments APIs. What I am trying to find out is can I have multiple Receiver 2 where if I am online store and all I do is basically help them sell stuff, I can manage the receiver 2 payments according to the sale. For example in my store I have two sellers Sells shoes Sells shirts Is it possible to create a config file where the sellers can sign up and put in the necessary information which is automatically accepted by the system and the payments are done

How to decline a Paypal payment if not from a given residence_country?

给你一囗甜甜゛ 提交于 2019-12-24 05:53:09
问题 We are localizing our website and we want users to be able to pay in USD and EUR, based on their location. Everything is in place, we detect the country based on IP and we choose a currency accordingly. However there is one fraud possibility we haven't tackled yet. We want prevent our users from paying in USD (the USD price is cheaper) when they are actually in Europe (in case they use a proxy), so I want to use Paypal's residence_country for a double check during or even before payment. I

PayPal: Error during SSL Handshake with remote server

女生的网名这么多〃 提交于 2019-12-24 05:47:12
问题 Issue was originaly discussed: PayPal Sandbox 500 Proxy Error- PayPal Adaptive https://www.paypal-community.com/t5/About-Payments/Adaptive-payment-api-is-sending-Proxy-error/m-p/1091510 It seems that issue is returned back I am getting <!DOCHTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Proxy Error</title> </head><body> <h1>Proxy Error</h1> The proxy server could not handle the request <em><a href="/AdaptiveAccounts/GetVerifiedStatus">POST /AdaptiveAccounts/GetVerifiedStatus