Andrea,

I'm also having the same problem.  I'd HUGELY appreciate if you would share how you solved this problem.

Thanks in advance,
Mark

>I am trying to set up our new estores code for credit card processing. I
>have been using authorize.net in the past and never had any problems with
>cfhttp.
>
>However, now I keep getting a message from Bank of America saying:
>
>"IOC_reject_description=The site that originated the order request is not
>authorized to POST transactions."
>
>I have confirmed that I have put my site domain and IP into their management
>configuration setup, so it's not that.
>
>I know people have mentioned problems with the fact that Bank of America
>requires you to send an http_referer header, which I have been trying to do
>using cfhttpparam. Here is my code:
>
><CFHTTP URL="" useragent="Mozilla/4.0
>(compatible; MSIE 5.5; Windows NT 5.0)" METHOD="post" throwonerror="Yes"
>resolveurl="Yes" port="443">
>                <CFHTTPPARAM NAME="http_referer" TYPE="CGI"
>value="http://community.cancersource.com">
>                <CFHTTPPARAM NAME="ioc_merchant_id" TYPE="FormField"
>VALUE="#ioc_merchant_id#">
>                <CFHTTPPARAM NAME="ioc_order_total_amount" TYPE="FormField"
>VALUE="#ioc_order_total_amount#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_name_first"
>TYPE="FormField" VALUE="#ecom_billto_postal_name_first#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_name_last"
>TYPE="FormField" VALUE="#ecom_billto_postal_name_last#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_street_line1"
>TYPE="FormField" VALUE="#ecom_billto_postal_street_line1#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_city" TYPE="FormField"
>VALUE="#ecom_billto_postal_city#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_stateprov"
>TYPE="FormField" VALUE="#ecom_billto_postal_stateprov#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_postalcode"
>TYPE="FormField" VALUE="#ecom_billto_postal_postalcode#">
>                <CFHTTPPARAM NAME="ecom_billto_postal_countrycode"
>TYPE="FormField" VALUE="#ecom_billto_postal_countrycode#">
>                <CFHTTPPARAM NAME="ecom_billto_online_email"
>TYPE="FormField" VALUE="#ecom_billto_online_email#">
>                <CFHTTPPARAM NAME="ecom_payment_card_name" TYPE="FormField"
>VALUE="#ecom_payment_card_name#">
>                <CFHTTPPARAM NAME="ecom_payment_card_number"
>TYPE="FormField" VALUE="#ecom_payment_card_number#">
>                <CFHTTPPARAM NAME="ecom_payment_card_expdate_month"
>TYPE="FormField" VALUE="#ecom_payment_card_expdate_month#">
>                <CFHTTPPARAM NAME="ecom_payment_card_expdate_year"
>TYPE="FormField" VALUE="#ecom_payment_card_expdate_year#">
>        </CFHTTP>
>
>Does anyone have any insight into what I may be doing wrong?
>
>Thank you.
>
>Andrea
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to