Send photos first
Share machine, coin/payment module, MDB harness, and controller board photos.
Vending retrofit guide
Use this guide when you need to choose whether a vending machine QR payment retrofit should connect through MDB, pulse simulation, relay output, serial, or a custom cabinet-controller profile.
Project fit
Integration model
QuLink evaluates the existing machine interface first. MDB is usually cleaner for compatible vending machines, while pulse or relay can fit older machines when the start path is simpler.
Workflow
Share machine, coin/payment module, MDB harness, and controller board photos.
Identify MDB, pulse, relay, serial, or cabinet-controller behavior.
Define whether QuLink QR, your wallet callback, or your backend approves the action.
Validate timing, vend result, timeout, and event upload before rollout.
API example
The exact command fields depend on machine interface, firmware profile, and whether payment or your own app triggers the action.
POST /v1/devices/VEND-42/commands
{
"command": "dispense",
"source": "qr_payment",
"machine_action": {
"interface": "mdb_or_pulse",
"slot": "A03",
"pulse_count": 3
}
}
Project RFQ
Send machine photos and the target QR payment flow. We will help decide whether MDB, pulse, relay, or OEM wiring is the right path.
If you are unsure about the exact interface, send what you have. Photos often answer more than a long spec.
FAQ
No. MDB can provide cleaner vending integration, but some older machines are easier to retrofit through pulse or relay after wiring is confirmed.
Yes, depending on the interface and firmware profile.
Yes. Your provider can confirm payment first, then call QuLink to trigger the machine action.
Related use cases