paypal-sandbox

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

此生再无相见时 提交于 2019-12-04 04:45:39
问题 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

How to use of pay pal java API

家住魔仙堡 提交于 2019-12-04 03:24:27
问题 I am developing web application in that i have included pay pal payment system, i am making use of java API my, i have got API key, password and API certificates also, but i dont no where to use that, i have gone through the documentation which is in pay pal but didn't get solutions please help me out. i have downloaded samples from the below links: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks 回答1: Here you can get some guidance: Copy

Paypal payment : How to get success request when loading the paypal in webview

半世苍凉 提交于 2019-12-03 22:32:03
Edit: After paypal login, I could successfully complete transaction.But I need to match the successUrl in paypal to verify both url is same and then display successful toast message. But I am not getting success url from payment.So I can't match it.Below I have posted the relevant code: WebActivity.java: public class PaypalWebActivity extends Activity { private WebView webView; String payUrlStr; ProgressDialog dialog; String successUrl; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.paypal_web_layout); successUrl =

Paypal REST API Bug - Fee Charged By PayPal NOT SET in Response

99封情书 提交于 2019-12-03 17:34:22
UPDATE: Issue applies to both TEST and LIVE API Requests At first I thought this was a Test Environment bug but I've confirms it applies to production as well. It's critical to know Fees Charged By PayPal . Is there a way to get the Paypal Test environment ( developer.paypal.com ) to respond with fees charged by PayPal? Neither a Sale or a Sale Lookup seem to return the Paypal Fee seen in live transactions. Are we forced to test with live transactions (not a best practice)? Without the same fee values you see in the live environment, its hard to unit test our accounting system in development.

PAYMENT_CREATION_ERROR in PayPal iOS & Android SDK

纵然是瞬间 提交于 2019-12-03 17:27:14
Today I have a problem with PayPal checkout in my iOS application. After user login, I receive an error: PayPal SDK: Request has failed with error: PAYMENT_CREATION_ERROR - There was a problem setting up this payment. Please visit the PayPal website to check your account. (422) | PayPal Debug-ID: caf4fb9d7f20c [sandbox, PayPal iOS SDK 2.12.2] The buyer account has enough balance and I think is ok. Is there a way to find a reason for this error? If any one still have this issue, check your buyer/seller info. I had the same issue. I was using an Indian buyer account. But it started working when

PayPal express checkout billing addresses in sandbox

点点圈 提交于 2019-12-03 13:55:57
I have tried enabling receiving billing addresses with PayPal sandbox by adding the following option: REQBILLINGADDRESS=1 (documented here: https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pfp_expresscheckout_pp.pdf ) For the call to SetExpressCheckout. However, I receive the following error: 'ACK': 'Failure', 'BUILD': '6675672', 'CORRELATIONID': '4d9afd327754a', 'L_ERRORCODE0': '11601', 'L_LONGMESSAGE0': 'Billing address request is not enabled for merchant', 'L_SEVERITYCODE0': 'Error', 'L_SHORTMESSAGE0': 'Request for billing address failed', 'TIMESTAMP': '2013-06-28T16:32:22Z'

PayPal sandbox API credentials missing?

烈酒焚心 提交于 2019-12-03 12:00:51
问题 I am using PayPal classic API. When I try to reach out for the sandbox test account API credentials, I got the empty screen below. Can anyone tell me what is going on? 回答1: Finally I succeeded ¡¡¡¡¡¡ This works ;) Log out Paypal account clearing browser cache and cookies (I use firefox). Go to developer.paypal.com and login with the real paypal account (not the Sandbox one) Go to Applications Click on Sandbox accounts (Optional) Import your old accounts from your former Sandbox account after

setExpressCheckout and SSL/TLS error

三世轮回 提交于 2019-12-03 11:25:08
I'm trying to develop a simple application that will enable users to purchase services off a website through the Paypal API. This application is running on ASP.NET with C#. I have had very little luck trying to get the Paypal API to co-operate. The method I'm calling is SetExpressCheckout with all the appropriate variables. I did my research and discovered that since I'm testing in Localhost, it may affect Paypal's ability to communicate with the application. So the next thing I tried was accessing my application through an open port and a publicly accessible IP address, but the same error

PayPal REST API .net SDK - 400 Bad Requests

梦想的初衷 提交于 2019-12-03 10:53:25
I'm working in the sandbox and using the PayPal REST .net SDK method Payment.Create with a CreditCard object. When all parameters are valid and using the test CC number from https://developer.paypal.com/webapps/developer/docs/integration/direct/accept-credit-cards/ , the Payment object is returned from that method and all is well. However, when a parameter is not valid, such as a past expiration date or a CC number not recognized by the sandbox, the Payment object is not returned. Instead the method throws an exception: "Exception in HttpConnection Execute: Invalid HTTP response The remote

Looking for paypal payments tutorial [closed]

丶灬走出姿态 提交于 2019-12-03 08:56:12
问题 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 4 years ago . I am looking for a tutorial which will show me how to accept paypal payments as I am not having much luck with the documentation. In the tutorial, I just need to understand how to capture a unique identifier when the payment has been initiated, and then use the unique identifier to update the database record