https://github.com/sdras/sample-stripe-handler
Serverless function that uses the stripe api for a checkout process in a Vue application
https://github.com/sdras/sample-stripe-handler
azure-functions azure-serverless-function serverless serverless-functions serverless-stripe stripe stripe-checkout vue-serverless
Last synced: 10 months ago
JSON representation
Serverless function that uses the stripe api for a checkout process in a Vue application
- Host: GitHub
- URL: https://github.com/sdras/sample-stripe-handler
- Owner: sdras
- License: mit
- Created: 2017-11-25T21:52:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T13:03:45.000Z (about 8 years ago)
- Last Synced: 2025-03-16T02:39:36.588Z (10 months ago)
- Topics: azure-functions, azure-serverless-function, serverless, serverless-functions, serverless-stripe, stripe, stripe-checkout, vue-serverless
- Language: JavaScript
- Homepage: https://shoppity.azurewebsites.net/
- Size: 7.81 KB
- Stars: 157
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-serverless - Stripe Azure function - An Azure Function that uses the Stripe api for a checkout process in a Vue application (Payments)
README
# Sample Stripe Handler
This small demo shows how to accept payments with stripe with Vue.js using an
Azure Serverless Function. It's actually not that bad to set up!
Live demo at
[https://shoppity.azurewebsites.net/](https://shoppity.azurewebsites.net/)
Articles explaining the demo will be available soon at
[https://css-tricks.com/](https://css-tricks.com/)
The shop code is all open source as well, which demos how to set it up with
Vue.js. Available at this repo:
[https://github.com/sdras/sample-vue-shop](https://github.com/sdras/sample-vue-shop)
