I am trying to enable a custom tender that was created using the TenderConnector using the REST API and I get the following exception:
"message"
:
"Error modifying merchant tender as you are not the owner of the system tender"
This is my request:
curl --request POST \
--url 'https://sandbox.dev.clover.com/v3/merchants/42/tenders/42?access_token=42' \
--header 'content-type: application/json' \
--data '{"editable":true}'