paypal-adaptive-payments

How to check email or mobile phone paypal account status using php api?

▼魔方 西西 提交于 2020-01-01 18:18:28
问题 How to check email or mobile phone paypal account status using php api ? OK, If i want to send money to this e-mail paypal ( xxx@xx.com ) or mobile phone ( 1234567890 ) Before send money, can i check xxx@xx.com Or 1234567890 status account. EG: Active or Not active 回答1: Yes you can get the status of the PayPal account either by email or the phone number. You should the "GETVERIFIEDSTATUS" API for this purpose . You will have to provide the first and the last name along with email/phone .

How do I get an application id for the Paypal sandbox? [closed]

允我心安 提交于 2019-12-31 08:44:48
问题 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 7 years ago . I've been going around in circles with the paypal documentation. How do I get a paypal app id for the paypal sandbox using the Adaptive Payment API? I already have a username/password/signature for the sandbox. Adaptive Payments has been deprecated. Please see the comment from Lenny Markus (current Director of

Paypal PHP SDK REST is not returning any “success” variable

不羁的心 提交于 2019-12-25 08:48:03
问题 I make basic PayPal payment on sandbox, following instructions on official samples here: CreatePaymentUsingPayPal Execution The problem appears when my Execution service is getting request from paypal server. After dumping $_GET variables I can see something like: array:3 [▼ "paymentId" => "PAY-9HM25571EF136871GLEWZM6A" "token" => "EC-6VX65808WU776334M" "PayerID" => "2ADP8W2S9ST8Z" ] So there is no variable called "success". If payment ended without success I should get "success": false. I

Paypal sandbox accounts for China & New Zealand

孤者浪人 提交于 2019-12-25 07:32:52
问题 I am using Paypal MPL for iOS. I am able to create sandbox accounts for USA , UK , AU & Hong kong in Paypal sandbox. In the specs sheet of Paypal MPL , China & New Zealand both are supported. But I can't find to create sandbox accounts for them. Can anybody tell me how to create sandbox accounts for these country ? Thanks. 回答1: Login to developer.paypal.com with your usual account. After login, goto sandbox.paypal.com directly in a second tab/window in your browser. Click on SignUp and select

how to login https://www.sandbox.paypal.com/ in personal test account

故事扮演 提交于 2019-12-25 07:17:10
问题 i have made an account on https://developer.paypal.com/ and after that create a personal account and a business account now i want to test these account to make a transaction on sandbox but on sandbox there is a problem that i can't get access to login as personal account and as business account https://www.sandbox.paypal.com/ i used the email address and password of my personal account and business account . how i can do test on paypal sandbox ? 回答1: I am also passing through these phases,

how to login https://www.sandbox.paypal.com/ in personal test account

强颜欢笑 提交于 2019-12-25 07:16:09
问题 i have made an account on https://developer.paypal.com/ and after that create a personal account and a business account now i want to test these account to make a transaction on sandbox but on sandbox there is a problem that i can't get access to login as personal account and as business account https://www.sandbox.paypal.com/ i used the email address and password of my personal account and business account . how i can do test on paypal sandbox ? 回答1: I am also passing through these phases,

PayPal Payment: IPN Http Response Code is empty

大憨熊 提交于 2019-12-25 04:15:43
问题 while checking the paypal ipn history some of the transaction were disabled i resend them but now the http response code is empty for those transactions it should be 200. Searched through paypal documentation but didnt find anything about empty http response code. i am using a wordpress plugin integrated with paypal api (using adaptive preapproval payment feature) 来源: https://stackoverflow.com/questions/30381242/paypal-payment-ipn-http-response-code-is-empty

'PPConnectionException' exception is thrown in PayPal adaptive Payment 'Pay' request

孤街醉人 提交于 2019-12-24 20:18:18
问题 I have integrated PayPal adaptive payments in my one of the WordPress plugin. My functionality is fully ready and was working well till yesterday. However, when I started with a final testing, I got stuck with this exception - PPConnectionException Object ( [url:PPConnectionException:private] => https://svcs.sandbox.paypal.com/AdaptivePayments/Pay [data:PPConnectionException:private] => [message:protected] => error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number ........) //I am

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

PayPal API adaptive pay Authentication failed. API credentials are incorrect

我的梦境 提交于 2019-12-24 00:33:27
问题 I'm trying to make test payment with PayPal API, but response is following: { responseEnvelope: { timestamp: '2013-08-12T03:28:07.503-07:00', ack: 'Failure', correlationId: '960a8b60a602e', build: '6941298' }, error: [ { errorId: '520003', domain: 'PLATFORM', subdomain: 'Application', severity: 'Error', category: 'Application', message: 'Authentication failed. API credentials are incorrect.' } ], httpStatusCode: 200 } I created sandbox business account and make request with account