Credit Card: Find

  1. Node
gateway.creditCard.find(creditCardToken, (err, creditCard) => {
});
Arguments
tokenrequired, String
An alphanumeric value that references a specific payment method stored in your Vault.
;;