Micleo home page
Search...
⌘K
micleo.com
micleo.com
Search...
Navigation
Dependencies
Stripe
Documentation
Features
Get a license
Live Demo
Get Started
Introduction
Quickstart
Settings
Dependencies
Supabase
Infisical
Cloudflare
Hookdeck
Stripe
hCaptcha
Doppio.sh
Unlayer
Live Demo
Front End
Quickstart
Libraries & Frameworks
Structure and architecture
Personalization
Navigation Menus
Routing
Access Control (ACL)
Pinia Store
Back End
Quickstart
Structure and architecture
On this page
Create an account
API keys
Create a Webhook
Stripe Events
Pricing Table
Products
Dependencies
Stripe
Payments & Subscriptions for your SaaS platform
Create an account
https://stripe.com/
API keys
Get the the publishable key, and the signing secret in the developper section of your Stripe account.
Set the variable
VUE_APP_STRIPE_PUBLISHABLE_KEY
Set the variable
STRIPE_WEBHOOK_SIGNING_SECRET
Create a Webhook
Create a new webhook in Stripe so as to get events change in your database. Add the API Endpoint URL or the Hookdeck URL.
Hookdeck URL:
https://events.hookdeck.com/e/src_UUNaLSSAbmpS/stripe
or
API Endpoint URL:
https://btmgtxdqngmfakejvarv.functions.supabase.co/api/stripe
Stripe Events
checkout.session.completed
customer.created
customer.deleted
customer.source.created
customer.source.deleted
customer.source.expiring
customer.source.updated
customer.subscription.created
customer.subscription.deleted
customer.subscription.updated
invoice.created
invoice.deleted
invoice.paid
price.created
price.deleted
price.updated
product.created
product.deleted
product.updated
Pricing Table
https://stripe.com/docs/payments/checkout/pricing-table
Set the variable
VUE_APP_STRIPE_PRICING_TABLE
Products
Quotas / Billing usage
: Add metadata with the name of the table and the number of the max value.
Hookdeck
hCaptcha
Assistant
Responses are generated using AI and may contain mistakes.