Hosted checkout
Launch a fast, brand-ready payment experience without exposing merchant credentials in browser code.
- Hosted payment links
- No frontend secret
- Brand-ready
Accept bKash, Nagad, Rocket and Upay through one API with merchant wallet support, SMS verification and real-time callbacks.
Live Payment Flow
Faww Pay
Amount
One connected workflow
Faww Pay connects the customer-facing payment with verification, merchant operations and the final server callback—without breaking the flow.
Platform capabilities
Focused tools work together as one operational system—from checkout to reconciliation.
Launch a fast, brand-ready payment experience without exposing merchant credentials in browser code.
Match provider messages, amounts and transaction IDs with less manual verification.
Control the destination account for every payment while keeping merchant data isolated.
Send signed status updates to your server and inspect every delivery attempt.
See volume, lifecycle status and provider performance without exporting raw records first.
Keep checkout traffic aligned with approved domains, keys and premium brand settings.
Developer-ready
Create from your server, redirect the customer, then trust the callback—or verify on demand whenever your order flow needs it.
Integer-paisa accuracy inside the platform
Predictable payment statuses
Callback logs and retry visibility
const payment = await fetch(
"https://api.fawwpay.com/payment/create",
{
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
api_key: process.env.FAWW_API_KEY,
amount: "1580.00",
currency: "BDT",
callback_url: "https://shop.com/webhook"
})
}
);
const { payment_url, trx_id } = await payment.json();Verified feedback from teams using Faww Pay.
Verified merchant stories will appear here.
Simple plans
Choose Free manually to unlock the Merchant Panel, or move to Pro for more wallets, domains and analytics.
For a focused launch and your first production flow.
Tk 0
1 domain
1 wallet
1 Android receiver
Core API access
For growing teams that need more control and insight.
Tk 999/mo
5 domains
10 wallets
5 receivers
Advanced analytics
Clear answers
No. Customers send MFS payments to the merchant wallet configured for the checkout.
Yes. Integration uses ordinary HTTPS JSON requests, so any backend with an HTTP client can connect.
The Android receiver forwards the provider SMS and Faww Pay matches the amount and transaction ID before completing the payment.
No. Create an account and manually activate Free from Pricing to unlock the Merchant Panel.
Build with confidence
Start accepting bKash, Nagad, Rocket and Upay using one unified API with merchant wallets, SMS verification and realtime callbacks.