Credit Card

Credit Card: Find

important

Typically requires PCI SAQ D compliance

We recommend using paymentMethod functions to avoid any PCI concerns with raw credit card data being present on your server.

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