PointOfSaleType
Point of sale type. Determines how the POS captures payments and the hardware/software it requires.
VIRTUAL- Software-only POS used to group transactions and scope authorized-user access. No hardware. Charges created by assigned users (via API or the MONEI Pay app) inherit thispointOfSaleId.QR_CODE- Static or dynamic QR code displayed at a physical location. Customers scan to pay.MONEI_PAY- Tap-to-phone (NFC) terminal driven by the MONEI Pay app on Android/iOS.MONEI_POD- Legacy Bizum-only terminal. Deprecated; useQR_CODE. Creation requiresdeviceIdonCreatePointOfSaleInput.
enum PointOfSaleType {
MONEI_POD
MONEI_PAY
QR_CODE
VIRTUAL
}
Values
PointOfSaleType.MONEI_POD
PointOfSaleType.MONEI_PAY
PointOfSaleType.QR_CODE
PointOfSaleType.VIRTUAL
Member Of
CreatePointOfSaleInput input ● PointOfSale object