Bangladesh fintech infrastructure

Accept MFS PaymentsBuilt for Bangladesh.

Accept bKash, Nagad, Rocket and Upay through one API with merchant wallet support, SMS verification and real-time callbacks.

No Card RequiredMerchant WalletSMS VerificationRealtime Callbacks

Live Payment Flow

Faww Pay

Live

Amount

Payment Created
Customer Paid
SMS Verified
Callback Delivered
Server APIRealtimeSMS Match

One connected workflow

Everything after“Pay now”stays under control.

Faww Pay connects the customer-facing payment with verification, merchant operations and the final server callback—without breaking the flow.

Payment lifecycle
  1. Customer
  2. Hosted Checkout
  3. Customer Pays
  4. SMS Verification
  5. Merchant Wallet
  6. Realtime Callback
  7. Dashboard Updated

Platform capabilities

Built for every part of the payment lifecycle.

Focused tools work together as one operational system—from checkout to reconciliation.

Conversion

Hosted checkout

Launch a fast, brand-ready payment experience without exposing merchant credentials in browser code.

  • Hosted payment links
  • No frontend secret
  • Brand-ready
Learn more
Automation

SMS intelligence

Match provider messages, amounts and transaction IDs with less manual verification.

  • TrxID matching
  • Amount validation
  • Fast reconciliation
Learn more
Operations

Merchant wallets

Control the destination account for every payment while keeping merchant data isolated.

  • bKash, Nagad & more
  • Routing controls
  • Tenant isolated
Learn more
Delivery

Reliable callbacks

Send signed status updates to your server and inspect every delivery attempt.

  • Signed delivery
  • Retry visibility
  • Server-to-server
Learn more
Intelligence

Live statements

See volume, lifecycle status and provider performance without exporting raw records first.

  • Realtime statements
  • Provider breakdown
  • Export-ready
Learn more
Security

Domain controls

Keep checkout traffic aligned with approved domains, keys and premium brand settings.

  • Approved domains
  • Key controls
  • Audit-ready
Learn more

Integrate with your stack

Developer-ready

A small API surface with a complete payment lifecycle.

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

create-payment.ts
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();

What merchants say

Verified feedback from teams using Faww Pay.

Verified merchant stories will appear here.

Simple plans

Start lean. Add scale when the operation needs it.

Choose Free manually to unlock the Merchant Panel, or move to Pro for more wallets, domains and analytics.

Free

For a focused launch and your first production flow.

Tk 0

1 domain

1 wallet

1 Android receiver

Core API access

Choose Free
Scale

Pro

For growing teams that need more control and insight.

Tk 999/mo

5 domains

10 wallets

5 receivers

Advanced analytics

Choose Pro

Clear answers

Before you connect your first payment.

01Does Faww Pay hold customer money?+

No. Customers send MFS payments to the merchant wallet configured for the checkout.

02Can every backend language integrate?+

Yes. Integration uses ordinary HTTPS JSON requests, so any backend with an HTTP client can connect.

03How is a payment verified?+

The Android receiver forwards the provider SMS and Faww Pay matches the amount and transaction ID before completing the payment.

04Do I need a paid plan to start?+

No. Create an account and manually activate Free from Pricing to unlock the Merchant Panel.

Build with confidence

Ready to modernize your payment infrastructure?

Start accepting bKash, Nagad, Rocket and Upay using one unified API with merchant wallets, SMS verification and realtime callbacks.