SambaPOS Forum
English Boards => Support => Topic started 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
-
I've just contacted Authorize.net for more information. Let's see what they have for us.
-
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.
-
i would gladly donate for this to get done its something sambapos needs really bad or hire a freelancer to finished it
-
I look forward to seeing that.
-
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
-
any progress ?
-
http://forum2.sambapos.org/index.php/topic,1271.0.html (http://forum2.sambapos.org/index.php/topic,1271.0.html)
-
https://github.com/rohitjoshi/SambaPOS-2
-
Wow DQ this is really great! Can you please create a "pull request"?
-
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 !
-
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
-
Emre has pulled My changes are into master branch so you should be able to get that. Try using that.
-
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
-
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.
-
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.
-
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
-
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.
-
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 ?