Hi @David Marginian
Need to remove the HN MyClub tender in Other section of the payment page. PFA.
Here HN MyClub is our merchant app - we navigate to clover payment page by using
Intent intent = new Intent(Intents.ACTION_CLOVER_PAY);
We are not getting the tender id of HN MyClub. So, How can we remove this tender ?
tenderConnector.getTenders() or https://sandbox.dev.clover.com/v3/merchants/{mId}/tenders we can remove it If we know the tenderId by using https://sandbox.dev.clover.com/v3/merchants/{mId}/tenders/{tenderId} or tenderConnector.deleteTender(tenderId)