I am quite new at this have been struggling with something for a few hours now.
I am using the sample code for AIM perl with all the standard settings shown below.
( except for the login and trans key which I replaced)
I keep getting the 87 error no matter how I change the settings in my account.
Any help would be appreciated!!!!
my $post_values=
{# the API Login ID and Transaction Key must be replaced with valid values
"x_login"=> "xxxxxxxxxx",
"x_tran_key"=> "xxxxxxxxxxxxxxxxxxxx",
"x_version"=> "3.1","x_delim_data"=> "TRUE",
"x_delim_char"=> "|","x_relay_response"=> "FALSE",
"x_type"=> "AUTH_CAPTURE",
"x_method"=> "CC",
"x_card_num"=> "4111111111111111",
"x_exp_date"=> "0115",
"x_amount"=> "19.99",
"x_description"=> "Sample Transaction",
"x_first_name"=> "John",
"x_last_name"=> "Doe",
"x_address"=> "1234 Street",
"x_state"=> "WA",
"x_zip"=> "98004"