ERPNext POS in a physical store/kiosk together with a physical card/payment terminal at the checkout

Hi :slightly_smiling_face:

I would like to know if any of you are using ERPNext POS in a physical store/kiosk together with a physical card/payment terminal at the checkout.

Specifically:

  • Which terminal / payment provider are you using?

  • Is the terminal directly integrated with ERPNext POS, so the amount is sent automatically to the terminal?

  • If yes — how did you set it up?

  • And how does it work in daily operations?

Yes, I once implemented the whole thing using a client script. When a POS payment is selected using card payment, the amount is sent to the card terminals. I am currently trying to implement the whole thing as a standalone integration for ERPNext, but I am still in the development phase.

The card payment terminals is use are from SumUp.

With the script, the process is such that when a card payment is made, the amount is sent to the card payment device, but no confirmation is received as to whether the payment has actually taken place. This should no longer be the case in the extension.

But so far, the whole thing has been running without any major problems for almost 1.5 years

1 Like

I have finished the app so you can try it out. If you find any bugs, please create an issue. So far, my test runs have been successful.

2 Likes