Hello,
I want o assign each transaction done by a user a uniqued id. Something like datetime_userid. Is there any field that I can use. Wht's the max lenght of it. Will it take alphanumeric characters like '_' etc?
Thanks,
Ravi
Solved! Go to Solution.
02-04-2013 12:38 PM
So yes, you can just pass somthing like rm_uniqueId=[uniqueID] and it will return it back on the response.
02-04-2013 01:08 PM
Are you talking about a merchant defined fields?
http://www.authorize.net/support/merchant/Integration_Settings/Additional_Integration_Features.htm
Since it will not be save on authorize.net, it probably could be anything.
02-04-2013 12:50 PM
I'm looking for some id (a unique id that my application is generating) that is returned by authorize.net so that I can associate which user has posted at what time, when multiple users are posting payments.
Thanks.
02-04-2013 01:01 PM
So yes, you can just pass somthing like rm_uniqueId=[uniqueID] and it will return it back on the response.
02-04-2013 01:08 PM