Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 4 months ago
JSON representation

Serverless function that uses the stripe api for a checkout process in a Vue application

Lists

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)

![Vue stripe sample shop](https://image.ibb.co/hYi7nm/shop_demo.gif "Vue Stripe Sample Shop")