Hi Clover, Sending the following to the tender v3 api creates a custom tender but doesn't set visible as false.
{
"instructions": "Custom orders only",
"visible": false,
"editable": false,
"label": "MyCustomTender",
"opensCashDrawer": false,
"supportsTipping": false,
"enabled": true
}
The tender appears in the merchants tender options too. I've also tried POSTing an update to see if updates can modify the visibility, but that didn't change either.
I've noticed the clover defined external_payment tender's enable
property is set to false, and that others are using that to mark their app's external payments. Is setting enable
to false the correct approach if I create a tender myself?
Thank you, Alan