paypal-sandbox

Import ppplus-library for rendering payment wall via given Link in TypeScript

◇◆丶佛笑我妖孽 提交于 2019-12-12 04:47:52
问题 Is it possible to import a given JS-Library (in my case it would be https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js from this .pdf file chapter 8.1 - "Integrating the payment wall")? The text tells me the following: 1) Include JS library: <script src="https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js" type="text/javascript"></script> 2) Define a placeholder DIV: <div id="ppplus"> </div> 3) Render Payment wall: <script type="application/javascript"> var ppp = PAYPAL

Prestashop - Paypal Web hosted Solution IFrame Integration

不羁的心 提交于 2019-12-12 04:44:21
问题 I'm working on Paypal web hosted solution (sand box). In that i would like to integrate with IFrame. but when i integrate sometime the iframe is loaded but when i work with new browser or new proxy server it does not load the iframe. rather if i logged already in paypal account. the iframe is loading the problem is that iframe should work when i load the page. Thanks 回答1: To clarify: Hosted Solution is a new product that allows irame in templateD mode. https://cms.paypal.com/cms_content/GB/en

How do we get transaction fee amount from paypal?

血红的双手。 提交于 2019-12-12 04:22:02
问题 I am using PayPal iOS sdk to accept payment from user in my iOS app. I am using sandbox for testing. The payment is working fine, I am getting successful payment response along with Payment_ID. I am passing that Payment_ID to my server and from there using REST API (Show payment details), I am trying to retrieve all the information related to that payment but it is not consistent response. Sometimes I am getting transaction_fee while sometimes it does not return in API response. I see there

Express Checkout Paypal failure

折月煮酒 提交于 2019-12-12 04:19:06
问题 I have tried to used postman for Express Checkout, but getting following error: ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAGE0=Method%20Specified%20is%20not%20Supported&L_SEVERITYCODE0=Error I read also few other answers but havent found out any solution. 回答1: You are inputting all the parameter and value under Headers . You should put all the parameters/values under Params , located at the right side the URL endpoint field. See below: 来源: https:/

how to check email id entered is registered with Paypal?

左心房为你撑大大i 提交于 2019-12-12 03:24:01
问题 m using adaptive payment method i want to trace out weather email id entered is registered with Paypal or not is there any way to trace it??? check email id entered is weather registered with Paypal is there any API or example?? 回答1: You can use GetVerifiedStatus API.To use this API, you will need to create an adaptive application here 来源: https://stackoverflow.com/questions/28470517/how-to-check-email-id-entered-is-registered-with-paypal

Paypal DoDirectPayment API is not sending the notifications to Sandbox

↘锁芯ラ 提交于 2019-12-12 02:57:23
问题 I am using the DoDirectPayment and DoCapture paypal API(s) to authorize and capture the Credit Card Payments via Paypal. But the Problem is that I am not getting any notification in Sandbox when the payment is authorized and captured. I get the Notifications only when the PaymentAction = 'Sale' but the notifications are not coming when PaymentAction = 'Authorization'. 来源: https://stackoverflow.com/questions/25938320/paypal-dodirectpayment-api-is-not-sending-the-notifications-to-sandbox

can't see sandbox test account 'Profile' on some computers

可紊 提交于 2019-12-12 01:29:22
问题 When logged in to developer.paypal.com I can see my test accounts, and enter the sandbox and see notifications, but when I click on 'Profile' my browser turns grey and nothing else happens. This happens on both of my desktop computers, but oddly, it does not happen on my laptop. On that machine the browser turns grey and then an insert appears with 'Profile', 'API Credentials', 'Funding', and 'Settings' tabs. What could be blocking the Profile insert on my desktop computers? Browser (Internet

Not receiving any IPN post for sandbox account

柔情痞子 提交于 2019-12-12 01:17:36
问题 I'm using sandbox accounts to test SetExpressCheckout and DoExpressCheckout methods. However, I'm not receiving any IPN notifications. My PC has public IP and firewall is off, so I'm expecting IPN posts but none are coming. Is there anything I should do (e.g. any profile settings) to start receiving IPN? (I'm using the Java SDK and passing the notify_url as parameter) I'm also checking the "IPN History Page" from PayPal.com and I do not find any data there. Am I supposed to find IPN data in

Paypal multi parameters in return , cancel_return urls

允我心安 提交于 2019-12-12 01:13:26
问题 I'm doing simple Paypal payment integration in ASP.NET app., I tried to build the returning query string for both success & cancel but it doesn't work because I'm sending more than one parameter in the querystring string returnUrl = ConfigurationManager.AppSettings["PayPalSandBoxUrl"] + "&business=" + email; returnUrl += "&amount= 100"; returnUrl += "&item_name=Invoice to somebody"; // the problem goes in following params returnUrl += "&return=" + ConfigurationManager.AppSettings["Domain"] +

PDT returning 423 as first line before success?

微笑、不失礼 提交于 2019-12-12 01:09:55
问题 I'm trying to get PDT working in the sandbox, and have just run afoul of the problem of using HTTP 1.1 as described here: https://stackoverflow.com/a/14701946/391615 Having changed everything, when I create my connection to $fp = fsockopen ('ssl://www.sandbox.paypal.com', 443, $errno, $errstr, 30); fputs ($fp, $header . $req); // read the body data $res = ''; while (!feof($fp)) { $line = fgets ($fp, 1024); // etc... I find that the very first lines return look like this: 423 SUCCESS mc_gross