paypal-sandbox

'Unrecognized Content-Security-Policy directive “reflected-xss'” error related to PayPal generated via chromedriver

心不动则不痛 提交于 2019-12-02 02:37:32
For some reasons our continuous integration tests have failed since 7 feb 2017(Tue). The log are generated via https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#user-content-log-entry-json-object I have used chromium 56.0.2924.87-1 ChromeDriver 2.25 [1] => Array ( [level] => SEVERE [message] => https://www.sandbox.paypal.com/signin/inject/?stsRedirectUri=https%3A%2F%2Fwww.sandbox.paypal.com%2Fcheckoutnow%2F2&country.x=US&locale.x=en_US&returnUri=https%3A%2F%2Fwww.sandbox.paypal.com%2Fcheckoutnow%2F2&state=%3Fflow%3D1-P%26token%3DEC-5N74679848773161E%26useraction%3Dcommit&flowId=EC

PayFlow PayPal recurring Payment EXPDATE Validation

China☆狼群 提交于 2019-12-01 23:20:34
问题 Hi I have been trying to validate CC no., CVV no., EXPDATE of the users credit card for recurring billing in PayFlow. The main objective is to let the user have access to subscription products only if the credit card is valid. I have been advised to check the card prior to creating the profile you could run a credit card verification ($0 authorization) So I did it and I got [RESPMSG] => Verified Here's my request and response messages: Request Array ( [TRXTYPE] => A [TENDER] => C [PARTNER] =>

PayFlow PayPal recurring Payment EXPDATE Validation

可紊 提交于 2019-12-01 22:32:32
Hi I have been trying to validate CC no., CVV no., EXPDATE of the users credit card for recurring billing in PayFlow. The main objective is to let the user have access to subscription products only if the credit card is valid. I have been advised to check the card prior to creating the profile you could run a credit card verification ($0 authorization) So I did it and I got [RESPMSG] => Verified Here's my request and response messages: Request Array ( [TRXTYPE] => A [TENDER] => C [PARTNER] => PayPal [USER] => XXXXX [PWD] => XXXXX [AMT] => 0 [ACCT] => 5105105105105100 [EXPDATE] => 1218 [INVNUM]

PayPal Sandbox Error: Cookies are blocked

人走茶凉 提交于 2019-12-01 20:55:40
问题 I was working with paypal sandbox account. It was working fine. But, now it shows the following error. The cookies are enabled. I tried using different browser and a different computer. Still I'm getting the same error. I tried clearing the cookies and cache. But it didn't work. Any solution? 回答1: Please turn on cookies to check out This is a Paypal's issue which affects Express Checkout on the PayPal Sandbox. Paypal announced that there is no alternative workaround at the moment. Reference:

Trigger PayPal checkout button click

两盒软妹~` 提交于 2019-12-01 15:03:41
How can I trigger PayPal Checkout button click? We have a website were beside the Credit Cards we are going to accept also PayPal payments and I have decided to put radio buttons for the customers to choose which way the customer is going to pay and also PayPal Checkout button: PayPal Checkout button click itself opens the PayPal secure window and the rest works fine. When customer click the 1st radio button I want again open PayPal secure window i.e. trigger click on PayPal checkout button. How can I do that if the button itself appearing in iframe and I am not able to trigger click event of

Trigger PayPal checkout button click

三世轮回 提交于 2019-12-01 13:49:18
问题 How can I trigger PayPal Checkout button click? We have a website were beside the Credit Cards we are going to accept also PayPal payments and I have decided to put radio buttons for the customers to choose which way the customer is going to pay and also PayPal Checkout button: PayPal Checkout button click itself opens the PayPal secure window and the rest works fine. When customer click the 1st radio button I want again open PayPal secure window i.e. trigger click on PayPal checkout button.

How to enable recurring payments for sandbox account?

守給你的承諾、 提交于 2019-12-01 11:54:18
问题 How to enable recurring payments for sandbox account? Last time I used sandbox, I enabled it by request on https://www.x.com/developers/paypal/forums/paypal-sandbox/enable-reference-transaction-sandbox Thread is locked and it points to developer.paypal.com. I created there test accounts, and even imported old accounts from old version of sandbox. But I can't find how to enable recurring payments, as it's disabled by default. So, how could I test recurring payments? 回答1: I have set this up

Paypal OAuth login example doesn't work as expected

怎甘沉沦 提交于 2019-12-01 08:45:03
问题 I'm following this interactive login example from Paypal's site. public ActionResult PaypalResponse(string scope, string code) { Dictionary<string, string> configurationMap = new Dictionary<string, string>(); configurationMap.Add("mode", "sandbox"); APIContext apiContext = new APIContext(); apiContext.Config = configurationMap; CreateFromAuthorizationCodeParameters param = new CreateFromAuthorizationCodeParameters(); param.setClientId(clientId); param.setClientSecret(clientSecret); param

Unable to use sandbox accounts

倾然丶 夕夏残阳落幕 提交于 2019-12-01 06:58:54
问题 I really need your help guys. Since two hours I'm facing with a very strange problem related to Paypal Sandbox. I read lot of answers here on stack overflow but none of them helps me. I'll try the explain my problem: when I create a new sandbox account (respecting all rules like password strength, load balance etc.) I receive the "success" message, the account is created and visible in the list, but when I open it using "Profile" button I receive this error message (and is really a problem

paypal create recurring profile showing the next payment date same as profile start date

只愿长相守 提交于 2019-12-01 05:59:05
The created profile of recurring paypal is showing the next Payment date same as profile start date i think it should show the next payment date to next month, following is the array format that i am sending to create profile. Array ( [0] => [1] => AMT=9.99 [2] => CREDITCARDTYPE=Visa [3] => ACCT=4662886735437488 [4] => EXPDATE=092017 [5] => CVV2=121 [6] => FIRSTNAME=Naeem+Bhatti [7] => LASTNAME= [8] => STREET=my+address+1 [9] => CITY=westchester [10] => STATE=Alabama [11] => ZIP=eq2 [12] => COUNTRYCODE=US [13] => CURRENCYCODE=USD [14] => PROFILESTARTDATE=2012-10-01T0%3A0%3A0 [15] =>