Clover tender reference
Clover provides a variety of tender types to merchants, including cash, cards, digital wallets, and QR-code-based payment methods. Your app can see those a merchant accepts by calling the /v3/merchants/{mId}/tenders
endpoint. The set of tenders available to a merchant is based on their region, processing gateway, and other factors. If the enabled
value is true
, the merchant is ready to accept that tender type.
NOTE
Available tenders vary for several reasons including the merchant's region, the payment options they've selected, and whether they use a third-party provider for tenders like gift cards. This reference provides a list of tender types managed by Clover, but this should not be assumed to be an exhaustive list of all tenders available for a specific merchant.
Tender label | Label key | Notes |
Cash |
com.clover.tender.cash |
|
Check |
com.clover.tender.check |
|
Credit card |
com.clover.tender.credit |
|
Debit card |
com.clover.tender.debit_card |
|
External gift card |
com.clover.tender.external_gift_card |
External tenders use Clover for merchant recordkeeping only. External payments are not processed on Clover systems. For example, if a customer purchases an item with a paper gift certificate, this payment could be recorded as an external gift card transaction. |
External payment |
com.clover.tender.external_payment |
|
External PIN debit |
com.clover.tender.external_pin_debit |
|
Gift card |
com.clover.tender.gift_card |
|
PayPal |
com.clover.paypal |
US merchants only |
Venmo |
com.clover.venmo |
US merchants only |
Updated 11 months ago