Card
The Card Element lets you collect card information all within one Element.
The Card Element lets you collect card information all within one Element. It includes a dynamically-updating card brand icon as well as inputs for number, expiry, CVC, and postal code. Get started with accepting payment.
Demo
Usage
Import and register the StripeElementCard
component.
Example
Below is an example of how to use StripeElementCard
to generate a token.
Props
Methods
You can access these methods via $refs
, like so this.$refs.elementRef.destroy()
.
Events
Last updated