question

aqman avatar image
aqman asked zgreathouse Deactivated commented

Why tender "External Payment" is disabled for some stores

Hi Guys,

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:
{
                  
"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
}
Previously, the "External Payment" tender was enabled and invisible to everyone, but since recently we have received clients with:
"enabled":false,
"editable":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.
Payments
1 comment
10 |2000

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

zgreathouse avatar image zgreathouse commented ·

"We use this tender when creating an order and some merchants have problems."
Can you explain the problems Merchants are having?

0 Likes 0 ·

1 Answer

zgreathouse avatar image
zgreathouse Deactivated answered
The tender does not belong to the order, so you cannot create an order with a specific tender. The tender is found on the payment object.

Creating a payment record on an order is the only time you can set a specific tender on a payment manually.

The External Payment tender can be applied to a payment record when you are trying to be explicit for your record keeping that the payment tender used didn't fall under any of the provided tenders or any custom tenders you may have.
10 |2000

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