In CIM there are only return 'expirationDate' and 'cardNumber' for creditcard element. ( expirationDate is a mask )
is it possible to get expiration as a Date? and card type ( AE,VISA,...)
07-15-2012 01:03 AM
No. Expiration date is a protected value. I don't know why card type isn't returned - wouldn't seem to hurt anything - but the API doesn't give you that either as far as I know. Doesn't really matter though, since people usually only have like 1-2 profiles and it isn't rocket science to figure out which card is which just from the masked value.
07-15-2012 01:35 PM