Skip to main content

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 this pointOfSaleId.
  • 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; use QR_CODE. Creation requires deviceId on CreatePointOfSaleInput.
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