Flowwithlit v2.0 is live! New Shopify & WordPress plugins available. Install Now
Documentation Background
DEVELOPER RESOURCES

Documentation

Integrate Flowwithlit's payments, banking, crypto, and verification tools into any application. Start with our core connections and build from there.

Main Connections

These are the core real integrations you can use today. We prioritize production-ready connections over full docs first.

Bank Account Verification & Transfers

Real name enquiry using Flutterwave (as selected). Verify Nigerian bank accounts before payout.

Live lookup implemented
Works with real bank codes
Try in App

API Keys & Webhooks

Generate test/live keys, rotate them, and configure webhook endpoints for real-time events.

Full key management live
Manage in Dashboard

Funding Connections

Connect to NGN via OnePipe and crypto via Circle. Real virtual accounts and deposits.

View Funding

Quickstart — Main Connection

1. Get Your Keys

Sign in to your dashboard and visit the Developer section to copy your test and live keys.

Go to Developer API

2. Verify a Bank Account (Flutterwave)

Use our real bank lookup before any transfer.

POST /component/bank_lookup.php
{
  "bank_code": "044",
  "account_number": "0123456789"
}

// Response
{
  "status": true,
  "data": {
    "account_name": "JOHN DOE"
  }
}

This is already wired to Flutterwave for production-grade verification.

SDKs & Language Support

We build core connections first. Language examples and full SDKs will be added progressively.

PHP (current client)
JavaScript / Node
Python
Go
More coming soon...

Plugins & Zero-Code

Connect to popular platforms without writing code.

Shopify • WooCommerce More plugins in roadmap

Ready to build the connection?

Start with real bank verification and API keys. Full reference documentation will expand as core integrations stabilize.

Open Developer Dashboard