cancel
Showing results for 
Search instead for 
Did you mean: 

iOS on existing site

I manage a website that includes a couple of payment links that use authorize.net.  One uses SIM, the other uses AIM.  Both are implemented in Ruby.

 

Both work fine with desktop OS browsers - Chrome, Firefox, *plorer, *fari, even Opera.  However, the AIM setup fails with iOS on an iPhone (iPad is yet to be tested - that's coming soon), throwing a '99 - This transaction cannot be accepted.' error on the transition to the authroize.net AIM code.

 

When I look at the Ruby-side production log there is no trace of this error or the transaction attempt.  This leads me to believe that Authorize.net is rejecting the transaction at the AIM interface boundary.

 

The details on the '99' error include the following: 'applicable only to SIM API. The server-generated fingerprint does not match the merchant-specified fingerprint in the x_fp_hash field.'

 

Unfortunately, combing through the Ruby code I cannot find a reference to the x_fp_hash field.

 

Does anyone have an idea of what's happening here?

 

I inherited this bit of Ruby from a predecessor, now gone off to browner pastures (flipping burgers? fixing the Obamacare site?) so I can't query him as to what was intended.

 

Thanks,

 

ss/wb

sixscrews
Member
1 REPLY 1

Is that CC info entry screen URL on your site or authorize.net? on you site is AIM, on authorize.net is SIM.

for AIM, the info are posted to https://secure.authorize.net/gateway/transact.dll , log the param that it is trying to send.

 

then check thru

http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/common/html/wwhelp.htm#href=A_TransTypeFiel...

and see if it have the required, and Best Practice Fields.

RaynorC1emen7
Expert