cancel
Showing results for 
Search instead for 
Did you mean: 

Card-Present Transactions Implementation Procedure

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

 

 

Osman
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Pretty much. Just scan through it, if you run into specific problems then post here and we'll try to help.

View solution in original post

3 REPLIES 3

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.

TJPride
Expert

so just i am gonna follow the pdf file step?

Pretty much. Just scan through it, if you run into specific problems then post here and we'll try to help.