Credit Card

The <CreditCard/> component visually represents the user's credit card in the billing UI.

Preview

Code

<CreditCard 
  brand='Visa'
  last_four='1234'
  expires='02/2035'
/>

Props

PropDescriptionRequiredValue

brand

card brand name

required

string

expires

card expirary date

required

string

last_four

last four digits of card number

required

string

Last updated