All Projects → stripe → Elements Examples

stripe / Elements Examples

Licence: mit
Stripe Elements examples.

Projects that are alternatives of or similar to Elements Examples

Stripe Billing Typographic
⚡️Typographic is a webfont service (and demo) built with Stripe Billing.
Stars: ✭ 186 (-78.72%)
Mutual labels:  stripe, payments
drf-stripe-subscription
An out-of-box Django REST framework solution for payment and subscription management using Stripe.
Stars: ✭ 42 (-95.19%)
Mutual labels:  stripe, payments
subscribie
Collect recurring payments online - subscription payments collection automation
Stars: ✭ 36 (-95.88%)
Mutual labels:  stripe, payments
Servicebot
Open-source subscription management & billing automation system
Stars: ✭ 857 (-1.95%)
Mutual labels:  stripe, payments
Gringotts
A complete payment library for Elixir and Phoenix Framework
Stars: ✭ 396 (-54.69%)
Mutual labels:  stripe, payments
Ngx Stripe
Angular 6+ wrapper for StripeJS
Stars: ✭ 128 (-85.35%)
Mutual labels:  stripe, payments
wp-simple-pay-lite
Add high conversion Stripe payment forms to your WordPress site in minutes.
Stars: ✭ 31 (-96.45%)
Mutual labels:  stripe, payments
Dj Stripe
Django + Stripe Made Easy
Stars: ✭ 1,022 (+16.93%)
Mutual labels:  stripe, payments
Digota
ecommerce microservice
Stars: ✭ 382 (-56.29%)
Mutual labels:  stripe, payments
Laravel Stripe Webhooks
Handle Stripe webhooks in a Laravel application
Stars: ✭ 300 (-65.68%)
Mutual labels:  stripe, payments
Stripe Payments Demo
Sample store accepting universal payments on the web with Stripe Elements, Payment Request, Apple Pay, Google Pay, Microsoft Pay, and the PaymentIntents API. 💳🌍✨
Stars: ✭ 1,287 (+47.25%)
Mutual labels:  stripe, payments
Django Payments
Universal payment handling for Django.
Stars: ✭ 575 (-34.21%)
Mutual labels:  stripe, payments
React Native Stripe Payments
Lightweight, easy to integrate and use React native library for Stripe payments (using Payment Intents) compliant with SCA (strong customer authentication)
Stars: ✭ 78 (-91.08%)
Mutual labels:  stripe, payments
Stripe
Stripe library for Vapor
Stars: ✭ 151 (-82.72%)
Mutual labels:  stripe, card
Stripy
Micro wrapper for Stripe's REST API.
Stars: ✭ 49 (-94.39%)
Mutual labels:  stripe, payments
pinax-stripe-light
a payments Django app for Stripe
Stars: ✭ 670 (-23.34%)
Mutual labels:  stripe, payments
Checkout.js
💳 Quickly capture payments with the best checkout flow for crowdfunding and product launches.
Stars: ✭ 92 (-89.47%)
Mutual labels:  payments, form
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+12.13%)
Mutual labels:  stripe, card
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (-97.48%)
Mutual labels:  card, payments
Stripe Connect Rocketrides
Sample on-demand platform built on Stripe: Connect onboarding for pilots, iOS app for passengers to request rides.
Stars: ✭ 426 (-51.26%)
Mutual labels:  stripe, payments

Stripe Elements examples

See them in action!

This repository contains examples of stylish forms that use Stripe Elements. These examples illustrate how to handle errors in real-time and style focus states, error states, and placeholders.

Need help with Elements?

In this repo

Common code for handling errors and form submission lives here.

Example 1

Example 1 shows a form that uses the card Element, a custom web font, and a solid icon with a custom color.

Example 2

Example 2 shows a "floaty-label" form that uses individual cardNumber, cardExpiry, and cardCvc Elements with a custom web font.

The form also collects address (and thus postal code) outside of the payment form. It passes the postal code to Stripe on tokenization.

Example 3

Example 3 shows a form that uses individual cardNumber, cardExpiry, and cardCvc Elements with a custom web font.

The form also collects postal code outside of the payment form.

Example 4

Example 4 shows a form that uses the paymentRequestButton Element to provide Apple Pay / Payment Request API support, as well as a card Element with a custom web font.

Example 5

Example 5 shows a form that uses the paymentRequestButton Element to provide Apple Pay / Payment Request API support, as well as a card Element with a custom icon color.

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].