How It Works
- Connect your payment gateway from Dashboard > Integrations.
- Finalize an invoice Fluxrate creates a payment link automatically.
- Customer pays via the link. The gateway fires a webhook to Fluxrate.
- Invoice is marked paid automatically when the webhook is received and verified.
Available Integrations
Stripe
Accept cards, Apple Pay, Google Pay, and more. Best for global businesses.
Razorpay
Accept UPI, cards, net banking, and wallets. Built for Indian businesses.
Coming Soon
| Integration | Description | Status |
|---|---|---|
| Chargebee | Subscription billing & revenue management | Coming Soon |
| Paddle | Global payments & merchant of record | Coming Soon |
Security
All payment gateway credentials are encrypted at rest using Fernet symmetric encryption before being stored in the database. Webhook signatures are verified on every incoming event Fluxrate will reject any request that fails signature validation.Credentials are write-only. Once saved, Fluxrate will never return your secret keys through the API only whether credentials are present (
has_credentials: true).