Credit Card Object
Properties
cvv (string
)
The CVV assigned to the card.
expDate (string
)
The expiration data assigned to the card.
Can be null
.
The format of this field will be MM/YY
.
label (string
)
The label assigned to the card.
number (string
)
The credit card number assigned to the card.
numberFormatted (string
)
The credit card number formatted based on the derived type.
type (string
)
The credit card type, based on credit card number.
Possible values are
AMEX
,Discover
,MC
,Unknown
, orVisa
.