Valutoria LTD — Platform Admin

Platform Settings

Configure integrations, email, and platform behavior

Stripe Connection Status

Loading...

Environment Setup

Add these keys to your .env file in the backend directory, then restart the server. Keys are never stored in the database.

STRIPE_SECRET_KEY=sk_live_...
STRIPE_WEBHOOK_SECRET=whsec_...
STRIPE_PUBLISHABLE_KEY=pk_live_...

Sync Plans to Stripe

Creates Stripe Products and Prices for all active plans. Safe to run multiple times.