iSofia
iSofia

Reputation: 1522

PayPal successful transactions not recorded in dashboard (sandbox)

I've just uploaded the PayPal APIs to test my scripts, and so far, they seem to be working properly (all in sandbox mode). Payments are processed, and the transaction details are returned, but for some reason, the transactions are not being recorded on the PayPal dashboard.

I tried the IPN simulator, using the sample script from GitHub, but keep getting this error:

IPN was not sent, and the handshake was not verified.

The script works; at the very least, it writes a log file when called from any browser. But not when called from PayPal's IPN simulator.

Could really use some pointers in the right direction. TIA.

Upvotes: 0

Views: 801

Answers (1)

GeekNinja
GeekNinja

Reputation: 766

  1. If you are HERE, then yes you "should" see them, however that dashboard is not very reliable. This is why I asked for clarity on 'what' dashboard you're looking at and posted the URL of sandbox.paypal.com.

  1. If you're able to ping your IPN listener but PayPal is uanble to, try defining and enabling the IPN URL in the sandbox account and see what happens. From there you'll notice an IPN history link where you can see the status of the IPN call from that transction. If it failed, it will give you the error and you can troubleshoot from there.

Hope this helps

Upvotes: 1

Related Questions