CreateCardTokenParams: {
    type: "Card";
    address?: Address;
    name?: string;
    currency?: string;
}

Creates a single-use token that represents a credit card’s details. Use this in combination with either the CardField or CardForm components. This token can be used in place of a credit card object with any API method. See https://stripe.com/docs/api/tokens/create_card

Type declaration

  • type: "Card"
  • Optionaladdress?: Address
  • Optionalname?: string
  • Optionalcurrency?: string
MMNEPVFCICPMFPCPTTAAATR