paypal-sandbox

PayPal Sandbox API SSL handshake error suddenly started using PayPal PHP SDK?

↘锁芯ラ 提交于 2019-12-10 13:49:48
问题 Up until today, I have been successfully developing with PayPal's sandbox using the new PayPal PHP SDK which comes preconfigured to use this sandbox URL: https://api.sandbox.paypal.com/2.0/ (URL in Chrome currently returns: "Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.") But today my webapp is crashing due to a SSL handshake failure: Uncaught exception 'PPConnectionException' with message 'error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure' in ./paypal

403 Forbidden during setExpressCheckout

微笑、不失礼 提交于 2019-12-10 11:34:21
问题 I am getting the following error during Expresscheckout in sandbox account using setExpressCheckout method. I am using SOAP library paypal_base.jar , paypal_stubs.jar PM com.paypal.sdk.exceptions.TransactionException <init> SEVERE: (403)Forbidden Anyone help me to resolve this issue? 回答1: please refer to to https://www.paypal-notify.com/eventnotification/event_details?eventId=4283. You can try to use "org.apache.axis.transport.http.CommonsHTTPSender" in axis to support http1.1. You have to

How to Set end date for paypal Recurring Payments With Direct Payment?

吃可爱长大的小学妹 提交于 2019-12-10 11:02:38
问题 I am using Recurring Payments With Direct Payment( https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPRecurringPayments#id08669F0705Z ) I set parameter as below and WORKING FINE, $firstName = urlencode('MyName');//urlencode('customer_first_name'); $lastName = urlencode('MySurname');//urlencode('customer_last_name'); $creditCardType = urlencode('VISA');//urlencode('customer_credit_card_type'); $creditCardNumber = urlencode('455743552XXXXXXXX');//urlencode

PayPal Digital Goods Error on login

别等时光非礼了梦想. 提交于 2019-12-10 10:58:54
问题 I am using the following code to accept payments for digital goods: https://www.x.com/blogs/Nate/2011/01/07/digital-goods-with-express-checkout-in-php I have a sandbox account and I have used the API credentials from the sandbox account. Everything works fine until I press the "Pay with PayPal" button. At this point when I try to login to continue the simulated transaction I receive the following error: "We are unable to complete your request at this time. Please try again later. We apologize

PayPal REST API order workflow: Payment -> Sale -> Webhook?

自闭症网瘾萝莉.ら 提交于 2019-12-09 11:52:38
问题 I am trying to integrate the PayPal REST API into my Symfony 2 web app but I find hard to understand how exactly the complete workflow looks like: The PayPal docs describe the following steps to accept a payment. One can use the PayPal Playground to simulate these steps: Get an access token Create a Payment object by querying the API Redirect the user to the approval url received in the Payment response After the user approved the payment on the PayPal page, he is redirected back to my page,

Not receiving a response from Paypal IPN Sandbox

核能气质少年 提交于 2019-12-09 04:44:55
问题 I'm putting a paypal checkout onto my website but am falling down with the listener. For those of you who are unfamiliar with the Paypal IPN system, basically Paypal sends your script with a message about the transaction, which you send back with a couple of bits added. If Paypal receives the correct reply, it'll reply with 'VERIFIED', and if not it'll say 'INVALID'. I've succeeded with the first bit. My code is able to receive the info from paypal, add on the extras and post it back. However

Pay with Paypal through Paypal REST API does not show up payment description on Paypal Sandbox or live sites

社会主义新天地 提交于 2019-12-08 22:53:34
问题 I am implementing Paypal's new REST API Pay with Paypal method that can be referenced here: https://developer.paypal.com/webapps/developer/docs/integration/web/accept-paypal-payment/ The payment executes fine, exactly the way it should be. The user chooses to pay with Paypal and is then redirected to the Paypal site where he is expected to log in and approve the payment. The JSON data that I am sending Paypal is pretty much what is specified in the above link and mine looks like this: {

Paypal Java script integration

假如想象 提交于 2019-12-08 21:05:31
Want to integrate Paypal with my mobile web application. I tried to get the access token using client id and secret id but unable to get the access token. Below is the sample Ajax call with I am making to retrieve the access token. function getAccessToken(){ $.ajax({ url:"https://api.sandbox.paypal.com/v1/oauth2/token/", type:"POST", data : {"grant_type":"client_credentials"}, beforeSend: function (request) { request.setRequestHeader("Accept", "application/json"); request.setRequestHeader("Accept-Language", "en_US"); request.setRequestHeader("Authorization", "abc XXXXX:XXXXXXXXXXXXX"); },

Paypal Sandbox transactions are not shown [duplicate]

梦想的初衷 提交于 2019-12-08 13:35:03
问题 This question already has answers here : Why is the Paypal Sandbox not processing payments? (2 answers) Closed 5 years ago . I have created an account in paypal sandbox and created 2 accounts one with some money for making payments. I use the signature details in my java program for getting paid. When the user click on pay with paypal button we will get a token from paypal and pass it to this URL: https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token= After the successful payment

PayPal Sandbox Multi-Currency MYR [closed]

狂风中的少年 提交于 2019-12-08 12:01:32
问题 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 5 years ago . I would like to ask if the following scenario is possible in Paypal Sandbox. My Store currency is MYR. Sample: MYR 187.45 My Business account has USD as primary currency. And in My Payment Receiving Preferences Allow payments sent to me in a currency I do not hold. and I selected: Yes, accept and convert them to