Hi @David Marginian
Our application is running on clover station device and we launch the clover payment page by using
Intent intent = new Intent(Intents.ACTION_CLOVER_PAY);
Our requirement is - Clover payment page won't be shown in our app if Automatically take payment on connected device (please refer attached image) check is enabled in clover station under setup -> payment options. So, How can we get this config information by using platform API or clover sdk API?
we could not find this config flag in Merchant properties API response data.