stripe
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://charmaine--19e6c204a3a811f0a7f30224a6c84d84.web.val.run
Sends Discord notifications when Val Town Teams invoices ($50+) are paid.
Set these environment variables:
STRIPE_SECRET_KEY
- Your Stripe secret keySTRIPE_WEBHOOK_SECRET
- Webhook signing secret from StripeDISCORD_WEBHOOK_URL
- Discord webhook URL
Add this URL to your Stripe webhooks:
https://your-val-url.web.val.run
Listen for: invoice.payment_succeeded
- Filters invoices ≥ $50 (Val Town Teams)
- Sends Discord embed with amount, invoice #, and customer
- Ignores smaller invoices (ie Val Town pro)