Credit Card: Delete

  1. Java
Result<creditcard> deleteResult = gateway.creditCard().delete(creditCardToken);
Arguments
tokenrequired, string
An alphanumeric value that references a specific payment method stored in your Vault.
;
Additional Parameters

Indicates whether this deletion was initiated by the merchant or the customer (via the merchant site/app). Value should be one of CUSTOMER or MERCHANT.

;