Confirm MDB wiring
Share machine and payment module photos to confirm the MDB path.
MDB API integration
Use QuLink when your app, wallet, or backend needs to authorize vend actions and receive vending events without implementing MDB behavior from scratch.
Project fit
Integration model
The integration keeps business rules, payment, pricing, and user data in your platform while QuLink translates commands to machine-side actions.
Workflow
Share machine and payment module photos to confirm the MDB path.
Map slot/product, payment reference, timeout, and expected callback.
Test API command and machine result on a real unit.
Tune firmware profile, error handling, and fleet provisioning.
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/MDB-1049/commands
{
"command": "dispense",
"source": "api_command",
"reference_id": "ORDER-1049-A07",
"machine_action": {
"interface": "mdb",
"slot": "A07"
}
}
Start the project
Send the MDB machine model, payment module photo, API trigger need, and data fields you want back.
FAQ
Yes. The goal is to hide machine-side MDB complexity behind project-specific commands and events.
Yes. The wallet can approve payment and call the QuLink command workflow.
Yes, fault and telemetry support depends on the available machine-side signals and MDB behavior.
Related use cases