I use C# CIM (SOAP) and I get a response "A Duplicate Transaction has submitted ".
Does I can set the "x_duplicate_windows" in my code to set the duplicate time ?
Solved! Go to Solution.
12-04-2011 06:22 PM - edited 12-04-2011 06:28 PM
Can only override it for createCustomerProfileTransaction. Set it in extraOptions field.
12-05-2011 05:12 AM
Just in case someone looks here and not in your other thread, you do it with name1=value1&name2=value2. The documentation says:
Information in name/value pair format that does not exist within CIM, such as customer IP address, etc.
12-07-2011 02:56 AM
Well, there are two ways to trigger that sort of error. The verbose descriptions are as follows:
- A transaction with identical amount and credit card information was submitted within the previous two minutes.
- This is a processor-issued decline.
I'm guessing you're getting the former rather than the latter. Now, what you want to do about it, I don't know. Can you describe what you're trying to do with "x_duplicate_windows"? I do not believe I have heard of that field, and I can't find it in the documentation.
12-05-2011 04:43 AM
Can only override it for createCustomerProfileTransaction. Set it in extraOptions field.
12-05-2011 05:12 AM
how can I set (split ) two or more parameter in extraOptions?
12-06-2011 07:25 PM
Just in case someone looks here and not in your other thread, you do it with name1=value1&name2=value2. The documentation says:
Information in name/value pair format that does not exist within CIM, such as customer IP address, etc.
12-07-2011 02:56 AM