When check out with Paypal the site still lead to sandbox.paypal.com - paypal

After I finished configuring the Paypal checkout plugin, I continue to proceed checking out, first time I can check out with my account even though the url that Odoo or Paypal lead to was sandbox.paypal.com, but with the second time I check out it don't work anymore though I can still login my account at Paypal.com, it said "Wrong username, password" times after times after I tried to login with my account at the sandbox.paypal.com url. Someone please help me, thanks in advance!
Edit: I found this but I dont know how to get it to work with Odoo Paypal button.
Testing on the Live System
It is a good idea to test on the live system to make sure the switch to the live system doesn't introduce any problems. Some things to consider when testing on live:
You will need access to a Personal account with a credit card linked and a verified Business account.
Switch from the sandbox URL https://www.sandbox.paypal.com/cgi-bin/webscr to the live site URL https://www.paypal.com/cgi-bin/webscr.
Pre-fund the Personal account to avoid incurring charges on the credit card.
Test transactions can be as little as $0.01 USD.
Payments may be refunded resulting in a full fee credit.
It is good practice to log all IPNs received in a log file or database.

If the redirect URL is sandbox.paypal.com, you need to login it by your sandbox account, not live account.
Refer to https://developer.paypal.com/docs/integration/paypal-here/sandbox-testing/managing-sandbox-accounts/ to create a sandbox account or modify existing sandbox account's password.

Related

Paypal Sandbox testsite

I haven't used PayPal sandbox for a while and my latest visit, as always never runs smoothly. Apart from the new interface my account seems OK. and my sandbox accounts are there, one seller account and one buyer account. I proceed to enter the Sandbox Test site and all it does is loop me back to the live site.
Does anyone know whats going on here! and how do I now access the test site?

Where do I put the IPN url in the sandbox of Paypal?

I have an asp.net website that is supposed to allow users to make payments with Paypal. I want to test it with the Paypal sandbox.
So I created a developer/business account at "developer.paypal.com'.
Using this account I created a lot of fake email accounts, some personal, some business, for testing. But now, I want to tell the website to enable IPN, and also, to send IPN notifications to a particular URL. I don't see a place on the site to do that. (I assume this would be in the sandbox site, not in the real site).
Any help is appreciated.
Try enabling it on the account level (log into the sandbox account and set it there). There is an IPN simulator as well.

I can't pay with Paypal through WooCommerce

When I check out the products I wish to purchase from my store it directs me to Paypal's page and I need to log in to my paypal account in order to purchase the items. However, every time I try logging in it says "Please check your email address and password and try again" which is very concerning since it works when I log in through Paypal's website. I'm so confused and started searching for answers online and I found out I might have to use IPN or API.. all those stuff and I have no clue what is going on... please help!
Sounds like maybe you've got WooCommerce set to run in test mode but you're using your live PayPal account credentials to try logging in. That won't work.
If you are indeed set to test mode you need to create test accounts to play with at http://developer.paypal.com.
Alternatively, just set WooCommerce to run in live mode and then your live PayPal account credentials would work, although, you'll need to a live PayPal account separate from your seller account because you can't pay yourself.

OpenCart: Paypal Session Time-Out

I am using the standard paypal payment method with my opencart website. When I go through the checkout process and get redirected to the PayPal website, I get to login and choose my payment source on the paypal site. However, when it starts processing, it just returns "Your session has timed out, please log in again." and logs me out of Paypal.
Any help would be appreciated.
I had facing this problem also. If you are using sandbox mode, You should be gave test account for buyer(buyer account must be business account) and also seller account must be individual account(personal). for example xxx#gmail.com is buyer account you should put it in admin panel paypal extension,then you should login in E-store website with seller account(yyy#gmail.com) and proceed to paypal it will works well.
Some times the cookies that Paypal sets are really annoying, try cleaning all of them, it helped me with other Paypal related errors.

PayPal sandbox recurring payment error: The link you have used to enter the PayPal system is invalid. Please review the link and try again

I have paypal sandbox account. Everything works fine for single payments - I set business=test#gmail.com and make a payment using ..._biz#gmail.com account which was created under "Test Accounts" menu of the sandbox. However when I try to do the same for recurring payments, I get an error. At first everything looks fine - I get redirected to paypal where I can see the detail of subscription but when I try to sign in with ..._biz#gmail.com, it redirects me to a page that says: The link you have used to enter the PayPal system is invalid. Please review the link and try again.
Thanks ahead!
Well, I am not fully sure what exactly was wrong but in case someone else has the same problem and stumbles on this question: all I had to do is re-create both seller and buyer test accounts from under my main sandbox account. The accounts that I tested on seemed valid but they were created many months (if not years) ago so probably paypal had some wrong (i.e. old) configs associated with them. The newly created accounts work just fine.