Any variables or arguments that I want to keep during a transaction with authorize net I send to them as hidden arguments. They automatically pass them all back and then I just convert them back to vars at the top of the response taf
Cornelius Conboy on 7/4/02 8:31 AM, Dan Stein at [EMAIL PROTECTED] wrote: > I need to send a post to authorize net in order to process the credit cards. > The x_ADC_URL is the Post for them to return to me with the data from the > transaction. > > I need to include the <@Userreference> or the <@USERREFERANCEARGUMENT> in > the x_ADC_URL but I am not user how to do that so it comes back > > <FORM METHOD=POST > ACTION="https://secure.authrize.net/xxx/xxx?x_ADC_URL=https://mysite.com/cre > ditcard.taf?_function=myelseif action&<@USERREFERANCEARGUMENT>"> > > Will this work? I need it to return the proper action in the taf as well as > the USERREFERANCE argument. > > Second question is since the return from them with the data comes back comma > delimitated what is the best was to parse the data it would be great if it > came back in a way that I could just use the post arguments but seems to me > I am going to have to parse the string for the results. > > Dan ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
