One API to rule
every payment
across all your apps.

FlixPay sits between your applications and Paystack, giving you unified API keys, webhook orchestration, revenue splits, and real-time analytics from a single dashboard.

FlixPay

Multi-tenant  ·  Paystack-native  ·  Built for developers

Launches in 7 days

07
Days
00
Hours
00
Mins
00
Secs
Unified API Keys
Isolated fp_live_* and fp_test_* keys per app. No shared Paystack secrets.
Webhook Engine
Verifies, deduplicates, re-signs and forwards Paystack events to your endpoints.
Splits & Subaccounts
Define revenue-share rules once, apply them per payment at scale.
Live Analytics
Volume, success rates, and payout summaries on a live dashboard.
Sandbox Mode
Full test environment per app. Fire test webhooks without live data.
Multi-tenant Orgs
One organisation, unlimited apps, team members, and isolated environments.
Payout Routing
Route settlements to the right subaccount without extra infrastructure.
Audit Trails
Track every payment event and config change in one searchable log.
flixpay payment initialize
# Initialize a payment via FlixPay $ POST https://api.flixpay.africa/v1/payments/initialize Authorization: Bearer fp_live_•••••••••••• Content-Type: application/json { "email": "customer@example.com", "amount": 50000, // kobo "currency": "NGN" } # ← returns authorization_url + transaction ref # ← webhooks arrive signed with X-Gateway-Signature $

Two lines to initialize
any payment.

Call FlixPay exactly like you would Paystack. We handle key routing, webhook signing, and event delivery so your apps stay clean.