Stripe card input, which generates a token during validation If you are not using NForm, you should call getToken() programmatically.
getToken()
Options to pass to the Stripe.elements() See the docs
import Vue from 'vue'; import NStripe from '@arckinteractive/noah-ui/src/extensions/NStripe'; Vue.use(NStripe, { version: 'v3', publishableKey: 'pk_XXXXXXXXXXX', });