cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing Purchaser First and last name.

My Developers are having problems capturing the  Purchaser's First and last name. Below is a list of the parameters.

 

Would someone take a look and suggest what they are doing wrong?

 

"x_duplicate_window"            =>    "10",
            "x_login"                    =>     $this->AUTH_NET_LOGIN_ID,
            "x_version"                    =>     "3.1",
            "x_delim_char"                    =>      "|",
            "x_delim_data"                    =>      "TRUE",
            "x_url"                        =>      "TRUE",
            "x_type"                    =>     $method,
            "x_method"                    =>     $creditCardType,
            "x_tran_key"                    =>     $this->AUTH_NET_TRAN_KEY,
            "x_relay_response"                =>     "FALSE",
            "x_card_num"                    =>     $creditCardNumber,
            "x_exp_date"                    =>     $expDateMonth."-".$expDateYear,
            "x_description"                    =>     "",
            "x_amount"                    =>     $amount,
            "x_first_name"                    =>     $firstName,
            "x_last_name"                    =>     $lastName,
            "x_address"                    =>     $address1,
            "x_city"                    =>     $city,
            "x_state"                    =>     $state,
            "x_zip"                            =>     $zip,
            "x_card_code"                    =>     $cvv2Number,
            "x_email"                        =>     $__x_email__,
            "x_description"                    =>    $x_description

 

Thanks in advance

AdminBF
Member
1 REPLY 1

That not enough to tell what might be wrong. Check to see if the fields name $firstName and $lastName are correct(case sensitive).

RaynorC1emen7
Expert