ERPNext 1.4 POS and Pinpad API Integration

Nowadays we easily found payment integrators using APIs for wireless pinpads.

However, I’m trying integrate some of them, creating a button on POS checkout to send payment data (value, payment mode, etc) using javascript code or rest.

Two examples of these payment integrators:

  1. Handpoint
  1. Mercado Pago

How to customize POS form for them?

Handpoint:

This repo is a custom app that uses Stripe’s API to integrate their credit card terminal. It might give you some ideas. The docs aren’t updated yet, but it has separate branches for version 13 and 14.

1 Like

@levi

Thanks for your suggestion. I’ll try it indeed!

Regards