Debit or Credi card

Hi
If any one have use lib or plug-in for debit card or credit for processing on POS

Any input is good

Thanks

There are a bunch out there though it’s been a few years since I’ve worked with any. Stripe, Square, Authorize.net, and others. The trick is finding a service that charges reasonable rates. If you have a LOT of transactions you’ll get different rates than when you have few. The security, as you can imagine, is somewhat intense so be mindful of their documentation.

OMG, don’t use Authorize.net. I had a very bad experience with them.

1 Like

Thanks for the input to all

I looked it up. My last client was using PayJunction. They were able to use standard card terminals the end user can tap/swipe/etc on their payment Kiosks. They’re happy (enough) with it. The Payjunction website and documentation were reasonable. IIRC we used the ChillKat plugin (not that there are a lot of negative feelings about ChillKat for various reasons and I think you could probably replicate functionality with MBS).

The only thing I remember being somewhat of a pain was the time lag between the user using the card and the getting the response from PayJunction (fractions of a second but in our application if the user pulled their card at exactly the right time they’d get charged but we’d read the card pull before the payment data arrived). I think adding some delay in our response to the card pull was enough to solve it.

I’ve been using Authorize.net for years and it’s been very reliable. We use for our internal processing of credit card transactions on our xojo built shopping cart. Recently, we switched out gateway to a company called World Pay because they were less expensive than Wells Fargo, which we were using before.

Thanks