cancel
Showing results for 
Search instead for 
Did you mean: 

Mysql table for housing responses

Does anyone have a mysql script to create a mysql table for housing responses from authorize.net in the default response structure/schema?  I'm about to create one, but was wondering if a sql script already exists that could save me some time.

 

--James Earlywine

 

esilogix
Member
1 REPLY 1

Depends, are you just logging responses? I usually just do a print_r() and log it to a file, in case I need to look it up later. Outside of that, there's really only a few fields you generally need to check / save, not worth the trouble of saving the entire response.

TJPride
Expert