Instant bank transfers
Account-to-account rails with clear payment status updates.
bank_transfer ↗One integration for instant bank transfers, cards, mobile money, POS, QR and payment links. Built for startups. Ready for enterprise.
import { Flot } from "@flot-pay/node";const flot = new Flot({ secretKey: process.env.FLOT_SECRET_KEY,});export async function createCheckout() { const payment = await flot.payments.create({ amount: 250000, currency: "SLE", methods: ["card", "bank_transfer"], callbackUrl: "/payments/complete", }); return payment.checkout_url;}➜ npm run dev
info Flot SDK initialized
POST /v1/payments 201 Created 284ms
webhook payment.created flot_pay_9f4c12
Give customers their preferred way to pay without maintaining a separate system for every channel.
Account-to-account rails with clear payment status updates.
bank_transfer ↗Accept local and international cards through one secure flow.
card ↗Reach customers through the mobile wallets they already use.
mobile_money ↗Connect in-person checkout to the same reporting layer.
pos ↗Give counters and stores a fast scan-to-pay experience.
qr ↗Create shareable, trackable checkout links in seconds.
paylink ↗Receive instant payments from customers already on Flot.
flot ↗Automate repeat billing and subscription payment flows.
recurring ↗POST /v1/paymentsModern REST APIs, clear documentation and reliable webhooks make secure financial experiences easier to ship.
import { Flot } from "@flot-pay/node";const flot = new Flot({ secretKey: process.env.FLOT_SECRET_KEY,});export async function createCheckout() { const payment = await flot.payments.create({ amount: 250000, currency: "SLE", methods: ["card", "bank_transfer"], callbackUrl: "/payments/complete", }); return payment.checkout_url;}➜ npm run dev
info Flot SDK initialized
POST /v1/payments 201 Created 284ms
webhook payment.created flot_pay_9f4c12
From a single checkout to national collection infrastructure, Flot adapts to the way your organization works.
Infrastructure you can trust when payments are central to your product.
Resilient infrastructure keeps critical payment flows moving.
Fast settlement options keep working capital within reach.
Give every team member precise access without slowing them down.
Architecture that expands cleanly as your transaction volume grows.
Explore the API or talk through your use case with Flot.