TerminalRequests

Create a request to associate a Wearable Device

This endpoint sends a request to the terminal to associate a wearable device.

post/shop/terminal-requests/associate-wearable

Request body

terminal_idstring object-id required

Identifier of the physical terminal that should prompt for the wearable tap. Must be a terminal registered to the caller's site; the terminal scans the wearable and completes the link to customer_id.

customer_idstring uuid required

Identifier of the customer that the scanned wearable should be linked to. Once associated, the wearable can be used as a payment device for this customer's stays and visits.

order_idstring object-id nullable

Optional identifier of an order to attach the wearable to at association time, useful for express check-in flows. Pass null to leave the wearable unattached.

Response

The Terminal Request was successfully retrieved

Changes

No recorded changes to this endpoint across all 1 revision of this API.