I am using the CIM createCustomerProfileTransactionRequest method to process a payment and I need to turn off the duplicate transaction check. The documentation is not clear on how I do this. I believe I can add the name-value pairing of: x_duplicate_window=0 to the extraOptions string and turn the function off. Can someone confirm this, preferably a authorize.net staff member.
Solved! Go to Solution.
02-01-2013 10:29 AM
Not a staff memeber but yes that is it.
02-01-2013 10:58 AM
Not a staff memeber but yes that is it.
02-01-2013 10:58 AM
There seems to be a bug in the anet_php_sdk.
http://stackoverflow.com/questions/11498225/authorize-net-cim-duplicate-transaction-window
02-01-2013 04:39 PM