Thanks you for the response.
I have followed the instructions as far as I can tell but I must have missed something
Auto Return On
Return URL [REMOVED]
Payment Data Transfer On
Identity Token:[REMOVED]
Block Non-encrypted Website Off
Support giropay and bank transfer payments: Off
on IPN page
Notification URL [REMOVED]
Message delivery Enabled
on CBSubsPage
Type of payment gateway: Paypal
Name of gateway account: Paypal
Enable PayPal: Enable Single Payments and recurring paypal subscriptions
PayPal server: Paypal sandbox server
PayPal Business (email or secure merchant ID): [REMOVED]
PayPal Main receiver account (email) (if Business is different from your main account):
Your PayPal Identity Token: [REMOVED]
PayPal API credentials is blank
On checking the CB Paid Subscriptions: Notifications for the last entry I get the following
Notification Id: 39
IP Address: [REMOVED]
Notification type: IPN notification not authenticating at payment gateway
Log date: 10/08/2013 19:18:59
Username: System
Full name: System
User Id: 0
the rest of the logged data is can be pulled from the raw data below:-
raw data (
$_GET=array (
'plugin' => 'cbpaidsubscriptions',
'cbpgacctno' => '1',
'cbppdtback' => '[REMOVED]',
'cbpbasket' => '25',
'result' => 'success',
'cbpid' => '[REMOVED]',
'task' => 'pluginclass',
'Itemid' => '128',
'option' => 'com_comprofiler',
);
$_POST=array (
'mc_gross' => '1.00',
'invoice' => 'N25',
'protection_eligibility' => 'Ineligible',
'address_status' => 'confirmed',
'payer_id' => '[REMOVED]',
'tax' => '0.00',
'address_street' => '[REMOVED]',
'payment_date' => '11:18:49 Oct 08, 2013 PDT',
'payment_status' => 'Pending',
'charset' => 'UTF-8',
'address_zip' => 'W12 4LQ',
'first_name' => 'aubrey',
'address_country_code' => 'GB',
'address_name' => 'first last',
'notify_version' => '3.7',
'custom' => '25',
'payer_status' => 'verified',
'address_country' => 'United Kingdom',
'address_city' => '[REMOVED]',
'quantity' => '1',
'payer_email' => '[REMOVED]',
'verify_sign' => '[REMOVED]',
'txn_id' => '9S094447H9530260M',
'payment_type' => 'instant',
'last_name' => 'last',
'address_state' => 'West Midlands',
'receiver_email' => '[REMOVED]',
'pending_reason' => 'unilateral',
'txn_type' => 'web_accept',
'item_name' => 'Annual Payment for first',
'mc_currency' => 'GBP',
'item_number' => 'S25-628-2',
'residence_country' => 'GB',
'test_ipn' => '1',
'handling_amount' => '0.00',
'transaction_subject' => '25',
'payment_gross' => '',
'shipping' => '0.00',
'merchant_return_link' => 'click here',
'auth' => '[REMOVED]',
);
Hope this is enough information for you to help
Many thanks - much appreciated
[MOD EDIT]: I've removed privacy sensitive data from your post. Please be cautious as these forums are completely public.