How do I ge the Card Brand when Adding Token to Vault

We are using the tokenization and vault.  How do I get the card brand when the token/card is added to the vault?  I see GetCardBrand... methods in the receipt, but all of them return null.

 

Thanks

  • Since the Vault Add is not a financial transaction it is an admin only, there is no card type data returned in the response. Only financial transactions will give you back a card type as that is coming from the transaction processing back-end system. To get the card type, you may be able to do card verification or wait to gather the card type from a purchase/preauth.
  • In reply to ND_Moneris:

    We have developed against a number of gateways, and you are the first that does not have the CC type available when storing a card.
  • In reply to dev1234:

    Thank you for the feedback. I will be take this to our internal teams for as an advisory.