stripe-checkout
Here are 270 public repositories matching this topic...
-
Updated
Feb 12, 2022 - Vue
See readme for newer repo details! A sample shop that shows how to manage payments with Vue, Stripe, and Serverless Functions
-
Updated
Feb 12, 2022 - Vue
Load stripe's checkout.js as a react component. Easiest way to use checkout with React.
-
Updated
Aug 3, 2020 - JavaScript
Stripe Checkout & Elements for Vue.js
-
Updated
Mar 24, 2022 - Vue
Use Checkout to quickly collect one-time payments.
-
Updated
Apr 26, 2022 - CSS
Learn how to combine Checkout and Billing for fast subscription pages
-
Updated
Apr 26, 2022 - CSS
Building a Serverless E-Commerce App with AWS Lambda, Stripe and React
-
Updated
Aug 28, 2021 - JavaScript
Full-stack TypeScript example using Next.js, react-stripe-js, and stripe-node.
-
Updated
Feb 2, 2022 - TypeScript
-
Updated
Jun 12, 2020 - JavaScript
Uses Stripe Checkout to create a payment page that starts a subscription for a new customer.
-
Updated
Jan 21, 2021 - CSS
Serverless function that uses the stripe api for a checkout process in a Vue application
-
Updated
Dec 5, 2017 - JavaScript
Cashierstream is a simple Spark alternative written for Laravel Jetstream, with the super-power of tracking plan quotas, like seats or projects number on a per-plan basis
-
Updated
Nov 8, 2021 - PHP
Launchr is an open source SaaS starter kit, based on Django.
-
Updated
Jan 23, 2021 - HTML
Example of a client-only (no server) donation payment page that can be hosted on GitHub using Stripe Checkout.
-
Updated
Aug 24, 2021 - CSS
An example Netlify Lambda function that processes payments with Stripe.
-
Updated
Feb 26, 2022 - JavaScript
Example integration of Stripe's Checkout API into a Node.js application
-
Updated
Dec 10, 2018 - HTML
Stripe checkout for Ember
-
Updated
Mar 8, 2022 - JavaScript
Sell products on the Jamstack with Netlify Functions and Stripe Checkout!
-
Updated
Jun 18, 2021 - HTML
Grav ShoppingCart Plugin - NOT SUPPORTED, NOT MAINTAINED
-
Updated
Nov 8, 2019 - JavaScript
Locale not working
Hi,
I tried to change the language of the checkout, but it's not working, the checkout is not getting loaded.
My code is as follows:
<StripeCheckout
stripePublicKey={config.STRIPE_PUBLISH_KEY}
checkoutSessionInput={{
sessionId: checkoutId,
locale: 'de'
}}
onSuccess={() => {
A Full Stack Amazon Clone which created using ReactJS with full E-Commerce Functionality!!
-
Updated
Apr 14, 2021 - JavaScript
Use Stripe Checkout to collect payment details for future payments and Twilio Verify to authenticate the customer via SMS code and charge their stored card.
-
Updated
Aug 24, 2021 - JavaScript
Stripe Checkout Starter kit in Swift for iOS
-
Updated
May 30, 2019 - Swift
Stripe Connect example app built on Rails
-
Updated
May 22, 2018 - Ruby
-
Updated
Nov 30, 2021 - JavaScript
Vue 3 components for Stripe.js
-
Updated
Mar 22, 2022 - JavaScript
Stripe-f – serverless Stripe.com charge service
-
Updated
Dec 1, 2016 - JavaScript
A proof of concept e-commerce store leveraging Contentful, GatsbyJS, Stripe, and serverless via clay.run
-
Updated
Apr 8, 2022 - JavaScript
Digital Wallet payments with React Stripe Elements and Netlify Functions
-
Updated
Jun 21, 2021 - JavaScript
Improve this page
Add a description, image, and links to the stripe-checkout topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stripe-checkout topic, visit your repo's landing page and select "manage topics."


Feature request
The account details page is set up to imply that you can update your account. Entry forms and buttons that actually update these things in the database would be nice.
Describe the solution you'd like
An example of updating the name (so I can implement the email update), or full implementation by default.
Describe alternatives you've considered
Currently goin