I thought I had found the problem. In the shortcode posted above, I was only executing an ARB transaction and not including the initial $25 charge. I changed the short code to:
[s2Member-Pro-AuthNet-Form level="1" ccaps="" desc="Trakr Fee $25 / then $25 USD / Monthly ( recurring charge, for ongoing access )" cc="USD" custom="www.trakrnetwork.com" ta="25" tp="4" tt="W" ra="25" rp="1" rt="M" rr="1" rrt="" accept="visa,mastercard,amex,discover" coupon="" accept_coupons="0" default_country_code="US" captcha="0" /]
I think it is not making the initial immediate charge of $25….what do I have wrong here?
Received the following back from IPN: (still missing the paynum portion because the initial charge isn’t processing)
PHP v5.3.2-1ubuntu4.17 :: WordPress® v3.5 :: s2Member® v130207 :: s2Member® Pro v130207
Memory 20.84 MB :: Real Memory 21.50 MB :: Peak Memory 20.90 MB :: Real Peak Memory 21.50 MB
www.trakrnetwork.com/?s2member_pro_authnet_notify=1
User-Agent:
array (
'x_response_code' => '1',
'x_response_reason_code' => '1',
'x_response_reason_text' => 'This transaction has been approved.',
'x_avs_code' => 'Y',
'x_auth_code' => '008189',
'x_trans_id' => '4997476966',
'x_method' => 'CC',
'x_card_type' => 'Visa',
'x_account_number' => 'XXXX9115',
'x_first_name' => 'Keith',
'x_last_name' => 'Crow',
'x_company' => '',
'x_address' => 'XXXX River Park Dr. #XXXX',
'x_city' => 'Fort Worth',
'x_state' => 'TX',
'x_zip' => '76116',
'x_country' => 'US',
'x_phone' => '',
'x_fax' => '',
'x_email' => 'XXXXXXXXXXXXXX@yahoo.com',
'x_invoice_num' => 's2-5115536103594',
'x_description' => 'Trakr Fee $25 / then $25 USD / Monthly ( recurring charge, for ongoing access )',
'x_type' => 'auth_capture',
'x_cust_id' => '',
'x_ship_to_first_name' => '',
'x_ship_to_last_name' => '',
'x_ship_to_company' => '',
'x_ship_to_address' => '',
'x_ship_to_city' => '',
'x_ship_to_state' => '',
'x_ship_to_zip' => '',
'x_ship_to_country' => '',
'x_amount' => '25.00',
'x_tax' => '0.00',
'x_duty' => '0.00',
'x_freight' => '0.00',
'x_tax_exempt' => 'FALSE',
'x_po_num' => '',
'x_MD5_Hash' => 'CB545A08D609BDCDE2A897EB7E7E7086',
'x_cvv2_resp_code' => 'M',
'x_cavv_response' => '',
'x_test_request' => 'false',
's2_initial_payment' => '1',
's2_invoice' => '1',
's2_custom' => 'www.trakrnetwork.com',
's2member_log' =>
array (
0 => 'IPN received on: Fri Feb 8, 2013 7:34:58 pm UTC',
1 => 's2Member POST vars verified with Authorize.Net®.',
2 => 'Ignoring this IPN. The transaction does NOT require any action on the part of s2Member.',
),
)