paypal-sandbox

Checking if paypal payment was successful

為{幸葍}努か 提交于 2019-12-07 12:23:13
问题 I have downloaded sample code from paypal to allow me to use parallel payments via their sandbox accounts. When I run parallel.php, I get redirected to paypal's sandbox login page. How am I supposed to know "server side" that the payment has been made successfully, so I can update my database records? 回答1: I believe you have to work with PayPals IPN system. This will basically send a confirmation to your server that tells you it has gone through. https://www.paypal.com/ipn 回答2: Paypal lets

Using Master and Visa credit cards in paypal payment

早过忘川 提交于 2019-12-07 11:38:57
问题 I am using paypal payment Gateway with credit card only. According to Paypal Document, if we create a payment it means (create a new payment and also process the same). In both of the below cases create payment works successfully. On creating payment with Master or Visa credit cards my funds doesnot appear in my sandbox account. But when i use Discover credit card my funds raise on same sandbox account. I also have gone through execute payment method but in documentations it says execute

Paypal HTML integration problems (sales tax not showing for recurring payment)

依然范特西╮ 提交于 2019-12-07 11:21:11
问题 I am using the Paypal standard (HTML 'API') to integrate Paypal to my website. I have managed to display 'subscribe' buttons for recurring payments, using HTML variables as specified in the Paypal documentation. However, there is one serious "show stopper" problem: I am unable to get Paypal to recognize sales tax amount for RECURRING PAYMENTS. Despite using the 'tax' field (and setting a positive number to it), the tax is not being displayed on the bill for the recurring item. Using the 'tax'

How can I control the language displayed in the Paypal Sandbox?

一世执手 提交于 2019-12-07 09:45:51
问题 I'm testing my website payment solution with Paypal Express Checkout, but whenever the customer is taken to the PayPal payment page (in the paypal sandbox), the page displays in English. How can I control what language is displayed? On my website I have a language selector and so I do have access to the ISO code of the current language being used on my site. 回答1: If you are using Express Checkout, you will want to set the LOCALECODE to a four-character country code supported by PayPal in

Paypal PDT error 4003

Deadly 提交于 2019-12-07 07:38:40
问题 After many hours of messing about and trying to set up what should be the relatively simple process of sending a payment to www.sandbox.paypal.com and being redirected back to a page on my site with a transaction id in the querystring, I have finally achieved it. I am now receiving an error message 'FAIL Error 4003'. Here is the code I am using. It is pretty much the same as the paypal example (all I have done is echo out the responses): <?php // read the post from PayPal system and add 'cmd'

I can log on to the PayPal Sandbox test account but can not get into Profile or Settings

别等时光非礼了梦想. 提交于 2019-12-07 07:33:54
问题 I was unable to log on to my PayPal developer account until I deleted the PayPal cookies from Chrome. This allowed me to log on but clicking on Profile or Settings within the Profile drop-down results in an error page saying "Please login to use the PayPal Sandbox features". Logging in again did not help. Creating a new account (buyer or seller) did not help either. This is in the new Sandbox environment. 回答1: Strange as it may seem, deleting your developer.paypal.com should resolve this. The

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

New PayPal Sandbox, Where to input IPN url in sandbox “Test Site” UI

不羁的心 提交于 2019-12-07 00:48:26
问题 In another post (closed as not a real question ) the OP did a poor job of asking the question I would like very much to know the answer to. Can you or can you NOT specify an IPN url within a "Test Site" under the New Sandbox UI . In the old Sandbox (exactly as you would for a live account) you simply entered the URL to the desired IPN listener under " Profile / My Selling Tools ". In the new Sandbox however, there exist no such sub menus under the Profile menu and I can't find any mention of

Paypal - API Checkout (Rec. payment) - Sandbox Test Accounts - German account always set to “Premier”

时光毁灭记忆、已成空白 提交于 2019-12-06 14:21:46
问题 I'm working on a recurring payment integration with Paypal and at this point the main functionality is working fine. I have one problem though that I cannot solve so I thought maybe someone here has ran into the same problem and might give me a hint. To test the subscription to a recurring payment I created a seller account. The seller is located in Germany. Then I created some other test accounts to represent the buyers. I created one buyer to represent a german customer and one that

403 Forbidden during setExpressCheckout

泄露秘密 提交于 2019-12-06 13:47:56
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? 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 use axis 1.3 or more as 1.2 has bug with https connection add a client-config.wsdd to your classpath to use