Welcome, Merchant

Available Balance NPR 0.00
Total Transactions 0
Successful 0
Total Volume NPR 0
Commission Paid NPR 0

Recent Transactions

Loading data...

Wallet Balance

NPR 0.00
Total Credited NPR 0.00
Total Debited NPR 0.00

Transaction History

Loading data...

API Keys

Manage your API keys for authenticating with the APIsewa gateway.

Loading data...

Quick Integration

Include your API key in the X-API-Key header for all requests.

curl -X POST http://localhost:8000/api/v1/generate_qr \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{"amount": 150, "reference_id": "ORDER-001"}'

Omnichannel AI Sales Agent

One single Gemini-powered brain controlling multiple customer touchpoints. Configure your agent's personality once, and deploy it across Facebook, WhatsApp, and your own website.

Active

Facebook Messenger

Fully automated sales, QR payments, and game top-ups directly in Messenger.

Configure →
Coming Soon

WhatsApp Business

Deploy the AI agent to WhatsApp for verified business messaging.

Coming Soon

Website Widget

Embed the sales bot directly into your WordPress or custom website.

Supported Automations

Products our bot can automate for your customers. A small commission fee is deducted from your APIsewa wallet per successful fulfillment.

Loading automations...

Transaction Logs

Loading data...

Bot-as-a-Service Hub

Configure your own external accounts. Our AI uses these credentials to run your business fully autonomously.

Google AI Studio (Gemini Brain)

Provide a Google Gemini API Key to power the AI Agent. The key will be securely pooled into our intelligent traffic governor.

How to get a key?
  1. Click here to open Google AI Studio in a new tab.
  2. Sign in with your Google account and click Create API key.
  3. Copy the 39-character key (starts with AIzaSy...) and paste it below.

Payment Gateway (Fonepay)

Configure your merchant details to receive payments directly to your bank.

UniPin Fulfillment

Bot uses these to login and complete Free Fire top-ups.

OTP Configuration (IMAP)

BDGames Bazar

Kiosgamer

Developer Documentation

Integrate APIsewa into your application using our RESTful JSON endpoints.

Authentication

Authenticate your API requests by including your secret API key in the request header.

  • X-API-Key: ask_xxxx...

Generate Dynamic QR

POST /api/v1/generate_qr

Generates a dynamic Fonepay QR code valid for 5 minutes. The response includes a base64 encoded PNG image for easy embedding.

{
  "amount": 150.00,
  "reference_id": "FB-ORDER-001",
  "remarks": "Order Payment"
}

Verify Payment Status

POST /api/v1/check_payment

Checks the real-time status of a transaction.

{ "transaction_id": "TXN-XXXXXXXX-..." }

Pricing & Commissions

A standard 3% commission is deducted from your wallet balance per transaction. Ensure your wallet has sufficient funds before generating a QR code.

Interactive API Reference

View the complete OpenAPI specification and test endpoints directly via our Swagger UI Dashboard.