Skip to content

API Reference

Complete API documentation for Vue Stripe components and composables.

Components

Provider Components

Element Components

Checkout

Composables

Plugin

Types

All TypeScript types are exported from the main package:

ts
import type {
  StripeProviderProps,
  StripeElementsProps,
  UseStripeReturn,
  UseStripeElementsReturn,
  UsePaymentIntentReturn,
  UseSetupIntentReturn,
  VueStripeOptions
} from '@vue-stripe/vue-stripe'

Released under the MIT License.