Manage Ingenico Link and Lane devices
Use Payabli’s device management functions to register, unregister, and list Ingenico Link and Lane devices. For PAX devices, see Manage PAX devices. For AXIUM devices, see Manage AXIUM devices.
Register a device
Send a POST request to /api/Cloud/register/{entry} to register a new device. See the API reference for this endpoint for full documentation.
This example registers the device with the registration code YS7DS5 to the 8cfec329267 paypoint, and gives it the description of “Front Desk POS”.
A successful registration returns a response with the device ID in the body.
List devices
Send a GET request to /api/Query/devices/{entry} to retrieve the devices registered to a paypoint. For organization-wide results, use /api/Query/devices/org/{orgId}. The response includes every device model registered to the paypoint or organization; see Devices overview for how to tell them apart.
This example lists devices for the 8cfec329267 paypoint.
The response returns matching devices in Records and aggregate totals in Summary. Use Summary.totalRecords and Summary.totalPages with the fromRecord and limitRecord query parameters to page through results.
Filter and sort results with query parameters — for example, status(eq)=1 for active devices only. The full list of filterable fields is on the List devices by paypoint API reference; for operator syntax and pagination, see the Filters and conditions reference.
Unregister a device
Send a DELETE request to /api/Cloud/register/{entry}/{deviceId} to remove a device registration. See the API reference for this endpoint for full documentation.
This example unregisters the device with the deviceId 6c361c7d-674c-44cc-b790-382b75d1xxx from the 8cfec329267 paypoint.
A successful operation returns a 200 response with the device ID in the body.
Get signature data from a transaction
Related resources
See these related resources to help you get the most out of Payabli.
Often confused with
Manage AXIUM devices - Covers AXIUM semi-integrated terminals, not Link and Lane cloud terminals. See Manage AXIUM devices