Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal Transactions not showing up in Sandbox, but appearing in notifications

I'm using the PHP-SDK to send REST requests to Paypal.

My transactions seem to succeed, both accounts get notifications, the seller getting "Notification of payment received" and the buyer "Receipt for Your Payment to xxxxx's Test Store" respectively. Both accounts' balances change according to the transaction. Yet there are no transactions shown in the transactions tab.

What's going on?

like image 509
Sefam Avatar asked Sep 09 '16 03:09

Sefam


People also ask

Where are my PayPal sandbox transactions?

Go to https://www.sandbox.paypal.com, and logging into the account with the sandbox account's email address and password.

How do I test failed transactions in the PayPal sandbox?

Go to the developer.paypal.com home page. Log into the Dashboard if you are not already and click the pull-down menu beneath your name to select Dashboard . Under the Sandbox heading in the left navigation column, click on Accounts . Locate the sandbox account for which you wish to enable negative testing.

How do I configure PayPal sandbox auto return and payment data transfer?

Modify your PayPal Profile. Navigate to My selling tools, and click Update next to Website preferences, which takes you to the Website payment preferences page. Enable Auto Return for Website Payments. Then, specify a Return URL and enable Payment Data Transfer.

What is sandbox mode PayPal?

PayPal Sandbox is a virtual testing environment that mimics the live PayPal production environment. It works similarly to making an actual PayPal but without using real credit cards or live PayPal accounts.


1 Answers

That's because they don't show up there (a recent change), only failed transactions show up there for debugging purposes.

You want to log into sandbox.paypal.com with your dummy buyer account to see your list sandbox transactions, it's that simple.

like image 117
Jethro Hazelhurst Avatar answered Sep 28 '22 00:09

Jethro Hazelhurst