Sefam
Sefam

Reputation: 1773

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?

Upvotes: 6

Views: 4929

Answers (1)

Jethro Hazelhurst
Jethro Hazelhurst

Reputation: 3285

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.

Upvotes: 20

Related Questions