All Projects → joshnuss → svelte-stripe-js

joshnuss / svelte-stripe-js

Licence: MIT license
Everything you need to add Stripe Elements to your Svelte project

Programming Languages

Svelte
593 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to svelte-stripe-js

Tinkoff-Acquiring-SDK-Flutter
Flutter Tinkoff Acquiring SDK is a simple way to integrate payments into your mobile application.
Stars: ✭ 42 (-69.78%)
Mutual labels:  apple-pay, payment, google-pay
react-elements-netlify-serverless
Digital Wallet payments with React Stripe Elements and Netlify Functions
Stars: ✭ 21 (-84.89%)
Mutual labels:  apple-pay, stripe, google-pay
ccashcow
💰 Accept cards & crypto. Payments so easy a cow could do it.
Stars: ✭ 40 (-71.22%)
Mutual labels:  payment, credit-card
direct-stripe
Stripe payment button for WordPress websites
Stars: ✭ 12 (-91.37%)
Mutual labels:  stripe, payment
payment-fields
React component for Braintree/Stripe/Square payment fields
Stars: ✭ 17 (-87.77%)
Mutual labels:  stripe, credit-card
react-stripe-script-loader
A React Component that loads Stripe script if necessary and shows React Stripe Elements
Stars: ✭ 22 (-84.17%)
Mutual labels:  stripe, payment
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (-65.47%)
Mutual labels:  payment, credit-card
Stripe
Stripe library for Vapor
Stars: ✭ 151 (+8.63%)
Mutual labels:  stripe, payment
PCard
Demo project to showcase adding payment card details using JetPack Compose
Stars: ✭ 61 (-56.12%)
Mutual labels:  payment, credit-card
invoicing
GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirecto…
Stars: ✭ 34 (-75.54%)
Mutual labels:  stripe, payment
react-credit-cards
Beautiful credit cards for your payment forms
Stars: ✭ 2,386 (+1616.55%)
Mutual labels:  payment, credit-card
ng-payment-card
💳 Responsive credit card component for Angular.
Stars: ✭ 27 (-80.58%)
Mutual labels:  payment, credit-card
Omnipay Pingpp
A Ping++ driver for the Omnipay PHP payment processing library. 一个聚合了支付宝(APP、Wap、PC、即时到账、扫码、企业付款),微信(APP、公众号、红包), 银联网关、银联企业网银、Apple Pay、QQ 钱包、易宝支付、百度钱包、京东支付、京东白条、招行一网通、分期支付等国内主流支付渠道的聚合支付网关(Ping++, also known as Pingpp/Pingxx/Pingplusplus)
Stars: ✭ 227 (+63.31%)
Mutual labels:  stripe, payment
credit-card-prompt
Credit card prompt with validation and address lookup
Stars: ✭ 13 (-90.65%)
Mutual labels:  payment, credit-card
Commerce billing
A payment processing library for Elixir
Stars: ✭ 170 (+22.3%)
Mutual labels:  stripe, payment
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (-55.4%)
Mutual labels:  payment, credit-card
Payumlaravelpackage
Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
Stars: ✭ 121 (-12.95%)
Mutual labels:  stripe, payment
Payum
PHP 7+ Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc. - provided by Forma-Pro
Stars: ✭ 1,665 (+1097.84%)
Mutual labels:  stripe, payment
subscribie
Collect recurring payments online - subscription payments collection automation
Stars: ✭ 36 (-74.1%)
Mutual labels:  stripe, sepa
tikz
Random collection of standalone TikZ images
Stars: ✭ 87 (-37.41%)
Mutual labels:  svelte, svelte-kit

svelte-stripe

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].