If you’re not getting any emails, then that probably means that your Authorize.Net IPN integration is broken.
How can I check Authorize.Net IPN?
I have enabled logging, following is the authnet-ipn.log file generated:
LOG ENTRY: Tue Jul 30th, 2013 @ precisely 5:25 am UTC
PHP v5.3.26 :: WordPress® v3.5.1 :: s2Member® v130617 :: s2Member® Pro v130617
Memory 48.32 MB :: Real Memory 49.00 MB :: Peak Memory 48.62 MB :: Real Peak Memory 49.00 MB
askroxi.com/test-1/
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36
——– Input vars: ( Tue Jul 30, 2013 5:25:25 am UTC ) ——–
array (
‘x_type’ => ‘AUTH_CAPTURE’,
‘x_method’ => ‘CC’,
‘x_email’ => ‘xxxxxxx@yahoo.com’,
‘x_first_name’ => ‘xxxxx’,
‘x_last_name’ => ‘b’,
‘x_customer_ip’ => ‘103.5.115.4’,
‘x_invoice_num’ => ‘s2-51f74e45e03d0’,
‘x_description’ => ‘$0.01 USD / One Time (for lifetime access, non-recurring, no trial)’,
‘s2_invoice’ => ‘1’,
‘s2_custom’ => ‘xxxxxx.com’,
‘x_tax’ => ‘0.00’,
‘x_amount’ => ‘0.01’,
‘x_currency_code’ => ‘USD’,
‘x_card_num’ => ‘*********0027’,
‘x_exp_date’ => ‘2013-07’,
‘x_card_code’ => ‘123’,
‘x_address’ => ‘asda’,
‘x_city’ => ‘sdf’,
‘x_state’ => ‘sf’,
‘x_country’ => ‘US’,
‘x_zip’ => ‘50169’,
‘x_version’ => ‘3.1’,
‘x_login’ => ‘xxxxxxxx/key/tran’,
‘x_tran_key’ => ‘xxxxxxxx/key/tran’,
‘x_delim_data’ => ‘true’,
‘x_delim_char’ => ‘,’,
‘x_encap_char’ => ‘”‘,
‘x_relay_response’ => ‘false’,
)
——– Output string/vars: ( Tue Jul 30, 2013 5:25:26 am UTC ) ——–
“1”,”1″,”1″,”(TESTMODE) This transaction has been approved.”,”000000″,”P”,”0″,”s2-51f74e45e03d0″,”$0.01 USD / One Time (for lifetime access, non-recurring, no trial)”,”0.01″,”CC”,”auth_capture”,””,”ganesh”,”b”,””,”asda”,”sdf”,”sf”,”50169″,”US”,””,””,”ganeswararao_vinutnaa@yahoo.com”,””,””,””,””,””,””,””,””,”0.00″,””,””,””,””,”3FBDC3CA92C8BD3D87647110C1D2D12F”,””,””,””,””,””,””,””,””,””,””,””,””,”XXXX0027″,”Visa”,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,”1″,”askroxi.com”
array (
0 => ‘1’,
1 => ‘1’,
2 => ‘1’,
3 => ‘(TESTMODE) This transaction has been approved.’,
4 => ‘000000’,
5 => ‘P’,
6 => ‘0’,
7 => ‘s2-51f74e45e03d0’,
8 => ‘$0.01 USD / One Time (for lifetime access, non-recurring, no trial)’,
9 => ‘0.01’,
10 => ‘CC’,
11 => ‘auth_capture’,
12 => ”,
13 => ‘xxxxxxx’,
14 => ‘b’,
15 => ”,
16 => ‘asda’,
17 => ‘sdf’,
18 => ‘sf’,
19 => ‘50169’,
20 => ‘US’,
21 => ”,
22 => ”,
23 => ‘xxxxxxxxx@yahoo.com’,
24 => ”,
25 => ”,
26 => ”,
27 => ”,
28 => ”,
29 => ”,
30 => ”,
31 => ”,
32 => ‘0.00’,
33 => ”,
34 => ”,
35 => ”,
36 => ”,
37 => ‘3FBDC3CA92C8BD3D87647110C1D2D12F’,
38 => ”,
39 => ”,
40 => ”,
41 => ”,
42 => ”,
43 => ”,
44 => ”,
45 => ”,
46 => ”,
47 => ”,
48 => ”,
49 => ”,
50 => ‘XXXX0027’,
51 => ‘Visa’,
52 => ”,
53 => ”,
54 => ”,
55 => ”,
56 => ”,
57 => ”,
58 => ”,
59 => ”,
60 => ”,
61 => ”,
62 => ”,
63 => ”,
64 => ”,
65 => ”,
66 => ”,
67 => ”,
68 => ‘1’,
69 => ‘xxxxxx.com’,
‘response_code’ => ‘1’,
‘response_subcode’ => ‘1’,
‘response_reason_code’ => ‘1’,
‘response_reason_text’ => ‘(TESTMODE) This transaction has been approved.’,
‘authorization_code’ => ‘000000’,
‘avs_response’ => ‘P’,
‘transaction_id’ => ‘0’,
‘invoice_number’ => ‘s2-51f74e45e03d0’,
‘description’ => ‘$0.01 USD / One Time (for lifetime access, non-recurring, no trial)’,
‘amount’ => ‘0.01’,
‘method’ => ‘CC’,
‘transaction_type’ => ‘auth_capture’,
‘customer_id’ => ”,
‘first_name’ => ‘ganesh’,
‘last_name’ => ‘b’,
‘company’ => ”,
‘address’ => ‘asda’,
‘city’ => ‘sdf’,
‘state’ => ‘sf’,
‘zipcode’ => ‘50169’,
‘country’ => ‘US’,
‘phone’ => ”,
‘fax’ => ”,
’email’ => ‘xxxxxxxxx@yahoo.com’,
‘ship_to_first_name’ => ”,
‘ship_to_last_name’ => ”,
‘ship_to_company’ => ”,
‘ship_to_address’ => ”,
‘ship_to_city’ => ”,
‘ship_to_state’ => ”,
‘ship_to_zipcode’ => ”,
‘ship_to_country’ => ”,
‘tax’ => ‘0.00’,
‘duty’ => ”,
‘freight’ => ”,
‘tax_exempt’ => ”,
‘po_number’ => ”,
‘md5_hash’ => ‘3FBDC3CA92C8BD3D87647110C1D2D12F’,
‘card_code_response’ => ”,
‘cavv_response’ => ”,
‘card_number’ => ”,
‘card_type’ => ”,
‘split_tender_id’ => ”,
‘requested_amount’ => ”,
‘balance_on_card’ => ”,
)