EDC payment
Electronic Data Capture (EDC) payment refers to the use of electronic devices at retail outlets, restaurants, or others to read information from bank cards or credit cards, and complete the payment by capturing transaction data electronically. EDC devices are primarily used to process in-person card transactions. They validate card authenticity by reading magnetic stripe or chip data and securely transmit transaction data to banks or payment networks for authorization and settlement.
Key features
EDC payment devices provide the following features:
Feature | Description |
Card reading | EDC devices are equipped with a magnetic stripe reader or chip reader (EMV reader) to extract information from cards. |
PIN Entry | EDC devices are usually equipped with a numeric keypad for buyers to enter their Personal Identification Number (PIN) to authenticate the transaction. |
Communication | EDC devices can communicate with bank payment servers via telephone lines, the Internet, or mobile networks to validate transactions and obtain authorization. |
Receipt printing | Most EDC devices are equipped with a printer that can instantly print transaction receipts for both the buyer and the merchant. |
Integration modes
Antom provides you with two integration modes: Popup mode and Callback mode. Each mode has distinct advantages. Choose an integration mode that fits your business requirements and technical capabilities.
Popup mode
The Popup mode integrates the Antom SDK to help you quickly and securely handle buyers' payment needs, improving transaction efficiency and buyer experience. For specific integration steps, refer to Popup mode.
Callback mode
The Callback mode integrates the Antom SDK for scenarios without built-in popups. It returns UI events via callbacks, allowing you to customize popups and display content to guide buyers through self-service payments. For specific integration steps, refer to Callback mode.
Device capabilities
The table below outlines device capabilities supported by the Popup mode and Callback mode:
Device command | Popup mode | Callback mode |
Purchase | ✔️ | ✔️ |
PurchaseCancel | ✔️ | ✔️ |
CashReceipt | ✔️ | ✔️ |
CashReceiptCancel | ✔️ | ✔️ |
GetLastTransaction | ✔️ | ✔️ |
CommandCancel | ❌ | ✔️ |