Hi there,
We have POS software system for restaurants and cafes. We want to use swipe credit/debit card on the touch screen.
What we have to do?
I know we have to integrate our system to your system.
Please help me.
Thank you
Osman
Solved! Go to Solution.
03-26-2012 04:56 AM
Pretty much. Just scan through it, if you run into specific problems then post here and we'll try to help.
03-26-2012 08:47 PM
You would integrate AIM with a Card Present account (test using a Card Present developer account). Integrating AIM involves sending a POST (see the documentation PDF) and then parsing the response into an array by splitting on the delimiter (usually the pipe character) and then reading the results based on position.
http://www.authorize.net/support/CP_guide.pdf
Since you're connecting to Authorize.net via https:// , there is no need to set up SSL on your end.
03-26-2012 10:45 AM
so just i am gonna follow the pdf file step?
03-26-2012 12:02 PM
Pretty much. Just scan through it, if you run into specific problems then post here and we'll try to help.
03-26-2012 08:47 PM