mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: implement Stripe webhook for automatic invoice email sending and add configuration for webhook secret
This commit is contained in:
@@ -196,11 +196,14 @@ SMS_HIGH_RISK_COST_IN_CENTS=
|
||||
WHATSAPP_TEXT_DEFAULT_COST_IN_CENTS=
|
||||
CALL_HIGH_RISK_COST_IN_CENTS_PER_MINUTE=
|
||||
|
||||
# IS BILLING ENABLED for this installer.
|
||||
# IS BILLING ENABLED for this installer.
|
||||
BILLING_ENABLED=false
|
||||
# Public and private key for billing provider, usually stripe.
|
||||
# Public and private key for billing provider, usually stripe.
|
||||
BILLING_PUBLIC_KEY=
|
||||
BILLING_PRIVATE_KEY=
|
||||
# Webhook secret for verifying Stripe webhook events (for automatic invoice emails)
|
||||
# Get this from Stripe Dashboard > Developers > Webhooks > Your endpoint > Signing secret
|
||||
BILLING_WEBHOOK_SECRET=
|
||||
|
||||
# Average telemetry row sizes in bytes used to estimate usage when reporting to the billing provider.
|
||||
AVERAGE_SPAN_ROW_SIZE_IN_BYTES=1024
|
||||
|
||||
Reference in New Issue
Block a user