deleteCard

public void deleteCard(String customerId, String cardId, ResultStatus resultStatus)

Deletes a given card record from the customer.

Required Clover permission:

CUSTOMERS_W or CUSTOMERS_CARDS_W (EU)

Parameters

customerId

The id of the customer.

cardId

The id of the credit/debit card.

Throws