/svelte-stripe

Everything you need to add Stripe Elements to your Svelte project

Primary LanguageSvelteMIT LicenseMIT

Everything you need to add Stripe to your Svelte project. 100% svelte-kit compatible.

Stripe is now sponsoring this project

Documentation

Components

The following components are provided:

  • <Container/>: A wrapper component to set context.
  • <CardNumber/>: Input field for the card's number.
  • <CardExpiry/>: Input field for the card's expiration date.
  • <CardCvc/>: Input field for Card Verification Value.
  • <Card/>: All-in-one component that has inputs for card number, expiry, cvc, and zip code.
  • <PaymentRequestButton/>: A GooglePay or ApplePay button, depending on browser.
  • <Iban/>: Input field for IBAN (International bank account number).
  • <Ideal/>: Input field for iDEAL (payment system used in the Netherlands).
  • <PaymentElement/>: All-in-one component that allows the user to choose the type of payment.

Examples

There is example code for:

Please open a PR or issue, if you'd like to add more.

Usage

See documentation for setup instructions and examples.

Sponsors

Stripe's logo

Code contributors

GitHub Contributors Image

Development mode

Run pnpm dev with environment loaded, and visit https://localhost:3000:

npx dotenv -c development pnpm dev

License

MIT