paypal-adaptive-payments

PayPal Sandbox 500 Proxy Error- PayPal Adaptive

帅比萌擦擦* 提交于 2019-12-07 06:52:17
问题 We are aware that PayPal rolling out upgrades to make use of SSL/TLS SHA256 for security purposes. Today i met with strange issue on PayPal Sandbox mode for my PayPal Adaptive Application even though my site follows HTTPS. To add further, same application works fine in Production(not sandbox).Please enlighten me, was this an issue in Application or Rollout issues? same issue reported in PayPal community but no response https://www.paypal-community.com/t5/About-Payments/Adaptive-payment-api-is

Paypal error: user is not allowed to perform this action

血红的双手。 提交于 2019-12-07 02:01:14
问题 I am trying to implement chained adaptive payment with the Paypal SOAP API. In my sandbox it works fine. Now I moved the code to the live API. When I make a payment with a primary receiver it return this error: user is not allowed to perform this action I have the application id and approval for my account. How can I solve this error? 回答1: We are having this issue too, currently our app is only conditionally approved. The top answer to this question on x.com seems to suggest that some

How to refund partial refund in paypal adaptive payment chain method

霸气de小男生 提交于 2019-12-06 16:40:53
I am working on paypal adaptive payment & i need to refund with API , i am able to refund sucessfuly in case of parrralel payment but getting problem in chain payment eg- buyer/sender made total payment of $200 at time of payment receiver1 = $90 receiver2 = $90 receiver(primary) = $20 when i process refund 0f $10 from each receivers from API ,API return status COMPLETED for each reciver, primary receiver get refund of $10 & $10 from secondary receivers , but buyer get refund of only $10. API code -H "X-PAYPAL-SECURITY-PASSWORD: api_password" -H "X-PAYPAL-SECURITY-SIGNATURE: api_signature" -H

Paypal Adaptive Payment for Ruby

帅比萌擦擦* 提交于 2019-12-06 14:33:59
问题 I've seen two different versions on how the pay call should be made and I wanted to know what I am doing wrong because both versions do not work. @result = HTTParty.post('https://svcs.sandbox.paypal.com/AdaptivePayments/Pay', :body => {:actionType => "PAY", :currencyCode => "USD", :receiverList => { :receiver => [ {:amount => "1.00", :email => "rec1_1312486368_biz@gmail.com"}] }, :returnUrl => "www.yahoo.com", :cancelUrl => "google.com", :requestEnvelope => { :errorLanguage => "en_US",

iOS PayPal integration with backend chained payments

∥☆過路亽.° 提交于 2019-12-06 13:44:54
问题 I am working to integrate PayPal in our iOS app. On our backend we have implemented chained payment and exposed that on the api. The backend is responsible for generating the pay key. On the web app the library opens a light box and injects the pay key for the user to approve the payment by logging in. We need to accomplish this same thing on the iOS app using either the paypal sdk or MPL library. I see how to do a chained payment from beginning to end in the iOS app but no how to simply jump

PayPal Personal Payments in Live mode

我们两清 提交于 2019-12-06 13:23:18
our website works very well in Sandbox. We are using Adaptive Payments to implement Personal Payments (directly from one person to other), and now we want to test our functions in Live mode. But when we read the Application Policies to go Live ( https://www.x.com/developers/paypal/documentation-tools/paypal-application-policies-and-guidelines ) we surprised to find next: PayPal - Application Policies The Merchant/Seller of Record must be the primary recipient for every PayPal transaction made between a payment Sender (Buyer) and the associated payment Recipient (Seller). (we use like a sender

PayPal Plus Sandbox - Pay upon Invoice

风格不统一 提交于 2019-12-06 06:48:58
I'm integrating PayPal Plus, successfully on my site, except "Pay upon Invoice". Here's my JavaScript code for integrating the payment wall: <script src="https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js" type="text/javascript"></script> <script type="application/javascript"> var ppp = PAYPAL.apps.PPP({ "approvalUrl": "<?= $createPaymentArr['links'][1]['href']; ?>", "placeholder": "ppplus", "language": "de_DE", "mode": "sandbox", "showPuiOnSandbox": "true", "country": "DE" }); </script> When I try to use "Pay upon Invoice" I get this error message: "Unfortunately we can not process

Rails PayPal adaptive

末鹿安然 提交于 2019-12-06 04:48:42
问题 I am using paypal_adaptive gem and having some problems. This is my code in config/paypal_adaptive.yml: development: environment: "sandbox" username: "x@gmail.com" password: "xxx" signature: "xxx" application_id: "APP-80W284485P519543T" test: environment: "sandbox" username: "x@gmail.com" password: "xxx" signature: "xxx" application_id: "APP-80W284485P519543T" enviorment: environment: "sandbox" username: "x@gmail.com" password: "xxx" signature: "xxxx" application_id: "APP-80W284485P519543T"

Paypal transfer money from one account to another

别说谁变了你拦得住时间么 提交于 2019-12-06 02:43:06
问题 I am aware of this recommendation How to send money to any paypal account but what I've tried so far seems unsatisfiable to me... I am working on a social networking site on which I want to allow users to pay for services via paypal account. The actual payment should transfer money from a user's paypal account to my paypal account. Here is what I came up so far. I tried to use adaptive api and PAY option and it works if I use my account and my credentials to send money to some other user. I

PayPal AdaptivePayments PaymentDetail PayKey

故事扮演 提交于 2019-12-06 01:44:19
问题 I am using the PayPal Pay API, with Adaptive (Chained) Payments. I am trying to forward a user to paypal and afterwards back to my predefined return_url. The problem is: I need to have a PayKey within my return-url. Reason for that: I need to call a PaymentDetail API to review the payment within the return_url. And, I don't want to use IPN since I need the validation with some token right on my return Url. The problem I have is: The PayKey is beeing generated with all the parameters,