Richard.... I just checked and Stripe does not interface with any known hardware: https://stripe.com/us/help/faq#who-should-not-use-stripe
Now, you can do as Colin says and just use the hardware swiper that you have as an input device, however, there is a difference in credit card rates from a "card present" to manually entered in information and Stripe does not give you that option.... If you want a really robust solution with the best possible rate, I think the Authroize.net solution might be what you need. Having said that, there is a bit of a learning curve. I once did TONS of this kind of stuff in Director..... SKIP On Mon, Feb 25, 2013 at 4:04 PM, Richard Miller <[email protected]> wrote: > I understand how card swiper's work. No issue there. It's the cc > processing solution I need solutions for. > > Andrew... thanks for the Stripe suggestion. I'll look into it. > > Richard > > > > > > > On 2/25/13 4:00 PM, Colin Holgate wrote: > >> Credit card swipers just act like a keyboard input. You would listen for >> the keys being pressed, build up the data, then when the return character >> comes in you process the text. >> >> >> On Feb 25, 2013, at 3:40 PM, Richard Miller <[email protected]> wrote: >> >> I need a way to process a swiped credit card through Rev. The user is >>> interacting via a touch screen (no keyboard or mouse). Just need to process >>> the card info... no address info. The card swipe unit is attached to a >>> portable Windows device which connects to the web via wireless (in public), >>> so the whole process must be secure. >>> >> ______________________________**_________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode> >> >> > > ______________________________**_________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode> > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
