- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Payment Data Transfer and I am attempting to use Paypal Sandbox for testing. It stopped working correctly but I haven't made any changes so it looks like the issue is on Paypal's end.
When I click on a subscription button it takes me to Sandbox Paypal where it offers me to create a paypal account or login with Paypal.
Choosing the login option, a warning screen is showned and indicates the following information:
"Your connection is not private Attackers might be trying to steal your information from www.sandbox3.paypal.com (for example, passwords, messages, or credit cards). NET::ERR_CERT_COMMON_NAME_INVALID This server could not prove that it is www.sandbox3.paypal.com; its security certificate is from www.sandbox.paypal.com. This may be caused by a miconfiguration or an attacker intercepting your connection. Proceed to www.sandbo3.paypal.com (unsafe)" .
If I tell chrome to proceed anyway it allows me to view the generic login in the following url: https://www.sandbox3.paypal.com/signin/?returnUri=https%3a%2f%2fwww%2esandbox3%2epaypal%2ecom%2fus%2... (note that the htpps:// is red and scratched).
After logging in, it takes me to "my account" and doesn't ask me to confirm the payment.
NOTE: Before the request error, this issue was already happening.
Here is a stackoverflow question showing the problem - https://stackoverflow.com/questions/44640024/paypal-sandbox-ssl-issue-redirect-issue/44652397
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add an exception for the certificate warning and it won't appear again. We're aware of the issue and are working to resolve it.
Was my post helpful? If so, please give me a kudos!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having a similar issue: I developed a website using WordPress, on which I tried two different plugins for PayPal donations. Since I have to develop custom code to handle post-donation operations, I need to be able to use the sandbox, which in both cases is referenced through the endpoint https://www.sandbox.paypal.com/cgi-bin/webscr. After specifying the donation amount and logging in, the PayPal sandbox redirects me to sandbox3.paypal.com, which at the present time is not available at all; this means that I'm getting a page unavailable error and I cannot complete the test payment. Unless I'm missing something, it looks like there are still some references on your end to update; are you able to confirm this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've tested some donation button code within the sandbox environment today and I'm able to complete the donation successfully, there was no re-direction to "sandbox3.paypal.com".
Please share the code for your subscription button.
Was my post helpful? If so, please give me a kudos!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@MTS_Justin wrote:
Hello,
I've tested some donation button code within the sandbox environment today and I'm able to complete the donation successfully, there was no re-direction to "sandbox3.paypal.com".
Please share the code for your subscription button.
Thanks for your reply, I will post the HTML form being rendered as the PHP code is not very indicative of the final output.
<form target="_blank" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" class="customize-unpreviewable"> <input name="cmd" value="_donations" type="hidden"> <input name="business" value="snes_face-test(at)yahoo(dot)com" type="hidden"> <input name="item_name" value="Donation" type="hidden"> <input name="item_number" value="" type="hidden"> <input name="currency_code" value="CHF" type="hidden"> <input name="amount" id="amount_f1eedb71d4d7ab09c594f2bf399945b3" value="" type="hidden"> <input name="no_note" value="1" type="hidden"> <input name="no_shipping" value="1" type="hidden"> <input name="notify_url" value="https://[redacted]/wp-admin/admin-post.php?action=add_wpedon_button_ipn" type="hidden"> <input name="lc" value="it_IT" type="hidden"> <input name="bn" value="WPPlugin_SP" type="hidden"> <input name="return" value="" type="hidden"> <input name="cancel_return" value="" type="hidden"> <input class="wpedon_paypalbuttonimage" src="https://[redacted]/uploads/2017/12/Paypal.png" name="submit" alt="Make your payments with PayPal. It is free, secure, effective." style="border: none;" type="image" border="0"> <img alt="" style="border: medium none; display: none !important;" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" hidden="" height="1" border="0"> </form>
As far as I can tell, there were no direct references to sandbox3 throughout the code, and the https://www.sandbox.paypal.com/cgi-bin/webscr handle seems to be the only entry point; I'm suspecting that either it's an outdated URL, or that some of the variables may be leading to a code block with obsolete references. Hope this helps, thank you and let me know!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've replied on the separate post you created to report this issue.
Was my post helpful? If so, please give me a kudos!

- « Previous page
- Next page »
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- Compliance violation. flag based on the account origin ? in Sandbox Environment
- PayPal Redirection Issue After Successful Payment in Photobooth Integration in Sandbox Environment
- paypal angular sandbox, receiving not approved order ,when Capture even OnApprove is triggered in Sandbox Environment
- Invalid Business Error when I try to connect to sandbox paypal with my django program in REST APIs