Repeated test with Merchant Id replacing email. Checked PayPal Identity Token correct.
>>>>Edited to say PayPal Identity Token INCORRECT after further checking!!!
Same error message on return to our website from Paypal:
Sorry your payment has not been processed. Transaction result:FAIL Error: 4020. Please try again and notify system administrator.
No suitable basket found.
All seems to be correct in CBSubs, as last time: Subscriptions, Baskets, Payments
3 Notifications(as last time):
16/04/12 19:51:30 IPN: Verified for single payment (seems OK)
16/04/12 19:51:25 IPN: Verified for recurring payment(seems OK)
16/04/12 19:51:14 PDT notification not authenticating at payment gateway FAIL
Notification details:
Notification Id: 10
IP Address: ***redacted***
Notification type: PDT notification not authenticating at payment gateway
Log date: 16/04/12 19:51:14
Username: Jones91000
Full name: Nathan Graham Jones
User Id: 1000
Other sections blank except for
Test Payment Notification: 0
Payment Basket: 0
Raw Result:
FAIL
Raw data: $_GET=array (
'plugin' => 'cbpaidsubscriptions',
'cbpgacctno' => '1',
'cbppdtback' => '***redacted***',
'cbpbasket' => '5',
'result' => 'success',
'cbpid' => '***redacted***',
'tx' => '***redacted***',
'st' => 'Completed',
'amt' => '15.00',
'cc' => 'GBP',
'cm' => '5',
'item_number' => '',
'sig' => '***redacted***',
'Itemid' => '239',
'option' => 'com_comprofiler',
'task' => 'pluginclass',
);
$_POST=array (
);
$transaction_info='FAIL
Error: 4020';
$PDT_RESULT=array (
0 => 'Error: 4020',
);
Where do I go from here, please, Kyle?