Linking of a kiosk to a Square Terminal

I’m not sure I fully understand what’s going on in this process. Is this the setup process? If so Terminal API is supper simple. All your kiosk setup needs to do is to CreateDeviceCode. Once the device code is create the person setting up the kiosk will pair it by logging in with the generated code. When they’ve logged in you’ll listen for webhooks for the device_id that we generate to create the checkouts to send to the Terminal. Or you can call ListDeviceCodes to get the device_id. :slightly_smiling_face: