I have a question on the data received through the API.
When we synchronizing orders, we call method that returns a list of tenders:
https://www.eu.clover.com/v3/merchants/9NFKYWWJ693MP/tenders?access_token=<token>
The response has an element:
Previously, the "External Payment" tender was enabled and invisible to everyone, but since recently we have received clients with:{
"href":"https://www.eu.clover.com/v3/merchants/9NFKYWWJ693MP/tenders/Q9R9DC5CR9HNT",
"id":"Q9R9DC5CR9HNT",
"editable":false,
"labelKey":"com.clover.tender.external_payment",
"label":"External Payment",
"opensCashDrawer":false,
"enabled":false,
"visible":false
}
Why do you need this tender if it can't be applied to an order? We use this tender when creating an order and some merchants have problems."enabled":false,
"editable":false,
"visible":false