Share machine photos
Send the vending machine, current payment module, and controller photos first.
Vending QR retrofit guide
Use this path when customers should scan a QR code, payment should be confirmed by QuLink or your own checkout, and the vending machine should receive a vend command with result upload.
Project fit
Integration model
QuLink maps payment approval to MDB, relay, serial, or cabinet-controller behavior and sends the vend result back to your server.
Workflow
Send the vending machine, current payment module, and controller photos first.
Check MDB, cabinet controller, relay, serial, or mixed wiring.
Define product, price, slot, payment reference, timeout, and result behavior.
Run one real vend test before rollout or OEM customization.
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-208/commands
{
"command": "dispense",
"source": "qr_payment_confirmed",
"machine_action": {
"interface": "mdb_or_relay",
"slot": "B12"
}
}
Start the project
Send vending photos, payment flow, expected country, and whether you need QuLink QR payment or your own callback.
FAQ
Yes. Photos often identify whether the next step is MDB, relay, serial, cabinet controller, or OEM review.
Yes. Your checkout can approve payment and call QuLink for the machine-side action.
No. The correct board depends on the machine interface, current controller, and rollout goal.
Related use cases