Accept money from any wallet, card, or bank; send money to any account in the country; and watch every taka settle and reconcile from a single dashboard. This is the full Padma Tech platform.
Three products on one platform, sharing the same keys, the same dashboard, and the same reconciliation ledger.
One hosted checkout that shows every local wallet, card, and bank option, with VAT-compliant invoicing built in.
Pay 10,000 riders, suppliers, or freelancers to bKash, Nagad, or any bank account in a single batch.
PCI-DSS Level 1 certified, with Bangladesh Bank-aligned KYC and real-time risk scoring on every transaction.
Drop in our server SDK for Node, Go, PHP, or Laravel and take a live payment the same afternoon. Idempotent requests, signed webhooks, and sandbox wallets mean you never debug blind.
import { Padma } from "@padmatech/node"; const padma = new Padma(process.env.PADMA_KEY); // Charge a customer across any rail const payment = await padma.payments.create({ amount: 2500, // ৳25.00 currency: "BDT", methods: ["bkash", "nagad", "card"], reference: "ORD-10482", redirect_url: "https://shop.bd/done", }, { idempotencyKey: "ORD-10482" }); console.log(payment.checkout_url); // => https://pay.padmatech.io/c/9fA2k...
Local rails, global cards, and the tools your finance and ops teams live in.
No setup fees, no monthly minimums. Pay only when you get paid.
For early-stage teams taking their first payments online.
For growing businesses processing over ৳50 lakh a month.
Create a free account, drop in your sandbox keys, and go live the same week. No contracts, no setup fees.