Payter Apollo

Unattended & Self Service

Payter Apollo is a stylish designed terminal based upon the European Vending Association specification that can be easily integrated into the current machines.

  • Front Mounted - Compact solutions
  • Advanced Connectivity (MDB, USB, RS232, etc)
  • Inbuilt Camera & QR Code Scanner
  • Color Touchscreen & PIN on glass
  • Proximity Sensor
  • European Vending Association Compliant



Buy now
Payter apollo
Payter apollo back
The Apollo is the ideal solution for machines which has minimum space to integrate a terminal such as snack walls and toilets. The Apollo's unit is split into two parts: card reader and communication unit.

Front Mounted

The card reader can be mounted on top of any machine, while the communication unit is located inside the machine. Ideal for small footprints; snack walls, toilets, table top coffee machines and more.
All-in-one terminal
The Apollo is a stylish designed terminal that supports all cards for secure, fast and convenient payments. This terminal supports all types of cards; credit and debit cards and a broad range of loyalty cards which are based on magnetic stripe. ​

With HIPS Gateway and Payter Apollo you are not limited to card payments. You can accept alternative payments like AliPay, WeChatPay, PayPal, Vipps, Swish and many more.

Fully Integrated

Contactless enables you to create a fully integrated solution and a smooth, vandal proof and elegant solution by mounting the terminal behind glass or perplex front up to 4-5 mm. Payter developed an OEM unit, ideal for outdoor applications such as carwashes, electrical Vehicle chargers, parking's, laundromats and more.
Branding
A strong brand and image are essential nowadays. Increase the visibility of your brand and services by using the branding and customization options of the Payter products. All Payter products can be supplied in the corporate identity and with the logo of your business. The combination of your colors and corporate identity with the unique design of the Payter products, creates strong visibility, of which you can make optimal use in your marketing communication strategy.
Apollo branding
Stand-by mode guarantees optimal energy efficiency. We are committed to safeguarding the environment. Our manufacturing facilities are ISO 14001 certified.
  1. // Use websocket for two way communication with your terminals
  2. const c = new WebSocket(
  3.   'wss://websocket.hips.com/terminal/dkf74ud',['jsonrpc2.0']);
  4. c.send(JSON.stringify({jsonrpc:'2.0',
  5.   method:'Purchase',
  6.   amount:1250,
  7.   currency:'EUR',
  8.   receipt_id:'My ID 64222'
  9. }));
  1. // Use websocket for two way communication with your terminals
  2. const c = new WebSocket(
  3.   'wss://websocket.hips.com/terminal/dkf74ud',['jsonrpc2.0']);
  4. c.send(JSON.stringify({jsonrpc:'2.0',
  5.   method:'DisplayText',
  6.   positionX:1,
  7.   positionY:1,
  8.   text:'Welcome Back!'
  9. }));
  1. // Use websocket for two way communication with your terminals
  2. const c = new WebSocket(
  3.   'wss://websocket.hips.com/terminal/dkf74ud',['jsonrpc2.0']);
  4. c.send(JSON.stringify({jsonrpc:'2.0',
  5.   method:'PrinterPrint',
  6.   printerObjectData:[{ fontSize:1 text:'PRO FORMA...'}]
  7. }));

TERMINAL SOFTWARE BUILT WITH DEVELOPERS ❤️ IN MIND

We enable developers to easily script terminal connectivity.
View Documentation