SambaPOS Forum

English Boards => Support => Topic started by: indypctech on February 12, 2013, 05:09:26 pm

Title: Authorize.Net With sambapos ?
Post by: indypctech on February 12, 2013, 05:09:26 pm
Hello everyone i was reading a few months back how someone was working on making authorize.net work with sambapos  has anyone had any luck ? i would like to use them
Title: Re: Authorize.Net With sambapos ?
Post by: emre on February 12, 2013, 08:37:20 pm
I've just contacted Authorize.net for more information. Let's see what they have for us.
Title: Re: Authorize.Net With sambapos ?
Post by: aloupos on February 22, 2013, 04:16:58 pm

Actually, the code I submitted (server side) for integration to paynet should work with Authorize.NET, because they use the same protocol. 

I struggled with UI components and SambaPOS workflow, but the service I wrote to Paynet/Authorize is finished -- and is probably in my GIT Fork.  Emre, probably it wouldn't take up too much time to finish the UI.
Title: Re: Authorize.Net With sambapos ?
Post by: indypctech on February 22, 2013, 08:04:20 pm
i would gladly donate for this to get done  its something sambapos needs really bad or hire a freelancer to finished it
Title: Re: Authorize.Net With sambapos ?
Post by: toni on February 26, 2013, 04:44:30 am
I look forward to seeing that.
Title: Re: Authorize.Net With sambapos ?
Post by: DQ on March 02, 2013, 03:44:47 pm
Guys, any progress on this API?  I have a demo account with First Data gateway and would volunteer to test this implementation.

Below is the manual.

https://firstdata.zendesk.com/entries/407522-hosted-checkout-integration-manual#9.2
Title: Re: Authorize.Net With sambapos ?
Post by: indypctech on March 06, 2013, 04:52:13 pm
any progress ?

Title: Re: Authorize.Net With sambapos ?
Post by: DQ on March 06, 2013, 05:12:59 pm
http://forum2.sambapos.org/index.php/topic,1271.0.html (http://forum2.sambapos.org/index.php/topic,1271.0.html)
Title: Re: Authorize.Net With sambapos ?
Post by: DQ on March 06, 2013, 08:49:11 pm
https://github.com/rohitjoshi/SambaPOS-2
Title: Re: Authorize.Net With sambapos ?
Post by: emre on March 07, 2013, 02:48:24 am
Wow DQ this is really great! Can you please create a "pull request"?
Title: Re: Authorize.Net With sambapos ?
Post by: bluexxx on March 13, 2013, 11:44:06 am
Dear DQ ,

i downloaded ZIP from the link "https://github.com/rohitjoshi/SambaPOS-2"  but it doesnt compile the project ! it throws errors..

is it something i am doing wrong !
Title: Re: Authorize.Net With sambapos ?
Post by: bluexxx on March 15, 2013, 09:36:35 pm
EMRE ,

i know  you are always very bussy ..:) and  i didn't want to bother you but i haven't heard from DQ ..

Can you help me with this ...downloaded zip files doesn't compile ..

thanks
Title: Re: Authorize.Net With sambapos ?
Post by: DQ on March 23, 2013, 04:28:31 am
Emre has pulled My changes are into master branch so you should be able to get that. Try using that.
Title: Re: Authorize.Net With sambapos ?
Post by: toni on March 25, 2013, 04:56:43 am
Emre has pulled My changes are into master branch so you should be able to get that. Try using that.


I couldn't find them. Can you provide a link ?  I would like to test credit card integration with SambaPos.

Thank you
Title: Re: Authorize.Net With sambapos ?
Post by: DQ on April 02, 2013, 04:23:43 pm
Try https://github.com/rohitjoshi/SambaPOS-2/tree/contribs-fork at your own risk or wait for another week and Emre should be able to merge my changes.
Title: Re: Authorize.Net With sambapos ?
Post by: JohnS on April 02, 2013, 06:29:42 pm
I would like to make a quick note here.

Terminal based credit card processing is illegal in some countries - please check before you use this feature.
In Australia, all card transactions must be done via an authorised EFTPOS terminal.
Title: Re: Authorize.Net With sambapos ?
Post by: bluexxx on April 04, 2013, 12:31:44 am
Dear DQ ,

i have downloaded and had a look for your coding ..First of all , Thanks sharing it with us !

i have couple question  ,

1- what is the Serial Port Section for ? (I assume it is for C.C swiper and i have usb swiper )

2-  is Grauity field percentage ?  how do you set Grauity Template ?

3- how do you handle tips ? Does First Data allow you to adjust swiped amount ?

I was getting serial port error so could not run any transaction ...Thanks
Title: Re: Authorize.Net With sambapos ?
Post by: DQ on April 04, 2013, 04:44:59 am
1- what is the Serial Port Section for ? (I assume it is for C.C swiper and i have usb swiper )
yes, I am using IBM integrated MSR reader.  there is a function to read data from MSR which you need to override with yours or comment out.
In future, I am planning to move that code out as a generic service so it can be used for reading employee card for login and reading gift card number when sold.

2-  is Grauity field percentage ?  how do you set Grauity Template ?
Yes, it is percentage. I don't use it.  I think you can create Graduity template from service templates.

3- how do you handle tips ? Does First Data allow you to adjust swiped amount ?
Yes. It supports different types of transactions including pre-auth. You can pre-auth sale amount and later adjust the tip. I have not used that feature as at my  fast-food restaurant, we don't allow tips over credit card transactions.

4. I was getting serial port error so could not run any transaction ...Thanks
If you are entering data manually, don't press Swipe button. Just select "Send" which will send the request to the server.
that's how I test from my laptop.
Title: Re: Authorize.Net With sambapos ?
Post by: indypctech on April 14, 2013, 05:28:23 pm
DQ thanks for your help

For tips do we have to create a print template or is it already done ? i am still trying to figure out the this issue since my restaurant is dine in and customer leave tips all the time  could u point me in the right direction thank u

how would i run a charge if customer will leave tip ?

how can i keep my existing data from previous samba ? will  it delete my data if i installed and connect to my sql server ?