Good morning,
I had been using a ColdFusion developed registration system with the AIM NVP method for a number of years successfully. The system was not used last year and upon testing this year, I am having a "connection timeout" problem when submitting the payment form to auth.net. I'm trying to figure out if I need to update the payment form. Currently, the POST is going to:
https://test.authorize.net/gateway/transact.dll
The form values are NVP, an example below:
<cfhttpparam type="Formfield" name="x_type" value="AUTH_CAPTURE">
<cfhttpparam type="Formfield" name="x_method" value="CC">
Can anyone assist or provide guidance? Many thanks.
01-26-2018 06:53 AM