question

darrank avatar image
darrank asked David Marginian Deactivated answered

Unable to enable custom tender: Error modifying merchant tender as you are not the owner of the system tender

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}'


Custom Tenders
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community