Skip to main content

Features & Flows

axept® PRO is the latest release of our leading axept® payment applications. It supports the processing of payments using contactless, contact and swipe technologies on several Android devices, as below:

PAX Solutions

  • IM30 Unattended Terminal
  • A920Pro Mobile Terminal
  • A77 MiniPOS
  • A35 Pin Entry Device
note

We're regularly adding new devices to the supported terminals running axept® PRO. Please contact your Account Manager to discuss whether or not we will soon be able to support a specific device that is not listed above.

Functionality

axept® PRO supports connectivity via HTTPS over TCP/IP(with a self-signed SSL certificate), using port 8080 over a local network for integration purposes. It provides a RESTful API, to allow integrated applications to leverage the following functionality:

Resource/FunctionDescription
/transactionPOST

The transaction resources allows an integrated client to initiate a payment (using POST) as well as retrieve the results of a transaction (using GET). If required, the integrated client can use DELETE to cancel the current transaction.

GET
DELETE
/infoGET

Information on the terminal including the serial number is returned by performing a GET on the /reports resource.

/infoGET

Reports (X or Z) can be generated by performing a GET on the /reports resource.

/historyReportsGET

A report that provides the integrated client with a list of the most recent transactions can be retrieved using a GET on the /historyReports resource

The below feature is only available when using a Pre-Auth & Charge flow, where the card can be identified prior to the transaction starting.
/cardAcquisitionPOST

This optional resource allows an integrated client to put axept® PRO into a state where a card can be presented and read (using POST). Once read, the integrated client can then use a GET to retrieve the read card details to determine what to do next: initiate a transaction or cancel (using DELETE).

For integrators who wish to support MiFare cards, /cardAcquisition is a mandatory resource. MiFare cards can only be read during a Card Acquisition session.

GET
DELETE

Transaction Flows

axept® PRO supports two possible flows when processing transactions. The key difference is based upon whether the integrated client needs to decide whether the transaction should be processed on the presented card.

note

In both cases, this integration should be considered a Semi-Integrated Terminal integration, in that the handling of card data and cardholder verification is handled exclusively by our axept® PRO application. Your POS will not be required to make any decisions nor be able to apply any acceptance criteria.

As an Unattended Terminal, the IM30 is designed to offer more limited Cardholder Verification Methods than the mobile Attended terminal solutions such as the PAX A920 Pro.

In this flow, the integrated client initiates a transaction via axept® PRO’s /transaction resource which results in axept® PRO guiding the cardholder through presenting their card, entering their PIN (when required) and then authorising the transaction.

Simplified Flow

Next Steps

The next section of this guide will show you how to initiate a transaction via the Simplified Flow, how to monitor processing completed by axept® PRO and then how to query the transaction result.