Hi,
We're using triPOS Cloud and managing Lane connections using REST API. I can see Lane Status keep getting Closed/Open(screenshot below).
I have few queries mentioned below. Please provide your inputs
1. Why it's keep getting closed automatically ?
2. How to toggle status to Open (currently in Closed state)? (Is there a way using REST API)
I don't know the answer to your first question, but for your second question, you could try calling the Command endpoint with cmd=reinitialize and an empty request body, like so:
https://tripos.vantiv.com/cloudapi/v1/lanes/1/command?cmd=reinitialize
I hope that helps.