APIGET
New: Payouts v2 with bulk uploads

Shipfintech & enterprisesuperpowers.

India‑wide fintech APIs & enterprise software. Plug in UPI, BBPS, AEPS, DMT, payouts, KYC, recharges & more with battle‑tested APIs and a modern admin.

Bank‑grade security patterns
India‑first, global‑ready
Simple pricing, no lock‑in
Console
Live
Payments
UPI · Cards
Payouts
IMPS · NEFT
BBPS
+350 billers
KYC
Aadhaar · PAN
Recent webhooks
payment.succeeded
₹1,499 • UPI • success
payout.processed
₹25,000 • IMPS • success
bill.paid
₹620 • Electricity • success
MobiKwik
BBPS (Bharat BillPay)
HDFC Bank
ICICI
UPI
FASTag

Everything you need to ship fast

Clean APIs, robust webhooks, observability, and a beautiful ops console.

Low‑latency APIs
Optimized edge routing and caching for snappy response times.
Secure by default
HMAC signatures, IP allowlists, role‑based access, audit trails.
Scales with you
Horizontal scaling, idempotent flows, and robust retries.
Ready for apps
SDKs and examples for Web, iOS, Android, and Node.js.
Webhook engine
Automatic retries, signatures, DLQs and event explorer.
Observability
Real‑time metrics, tracing, and per‑endpoint analytics.

API Catalog

Mix and match modules to fit your business.

Module
UPI & Card Payments
  • Collect
  • Refunds
  • Webhooks
Module
BBPS & Bill Pay
  • Electricity
  • DTH
  • Broadband
Module
Payouts & DMT
  • IMPS/NEFT
  • Vendor payouts
  • Bulk
Module
KYC & Onboarding
  • PAN/Aadhaar
  • Face match
  • Sanctions
Module
AEPS & Micro‑ATM
  • Cash in/out
  • Balance
  • Mini‑stmt
Module
Recharge & Utilities
  • Prepaid
  • Data
  • FASTag

Kickstart in minutes

Use our REST APIs with HMAC signatures. Here’s a Node.js example to create a payout.

Rotate keys, restrict IPs, audit every call.
TypeScript SDK & Postman collection included.
const crypto = require('crypto');
const axios = require('axios');

function sign(payload, secret) {
  const body = JSON.stringify(payload);
  const hmac = crypto.createHmac('sha256', secret).update(body).digest('hex');
  return { body, signature: hmac };
}

async function createPayout() {
  const payload = {
    amount: 5000,
    currency: 'INR',
    to: { ifsc: 'HDFC0001234', account: '012345678901' },
    reference: 'INV-4021',
  };
  const { body, signature } = sign(payload, process.env.FS_SECRET);
  const res = await axios.post('https://api.example.com/v1/payouts', body, {
    headers: { 'x-api-key': process.env.FS_KEY, 'x-signature': signature, 'content-type': 'application/json' },
    timeout: 10_000,
  });
  console.log(res.data);
}

createPayout().catch(console.error);
Live API Traffic
simulated
req/s
248
success
99.96%
regions
6
~120 ms
Avg. API latency
> 99.95%
Uptime last 90d
< 800 ms
P95 webhooks
30+
Integrations

Setup was insanely quick. The console is the best I’ve used.

Product LeadFintech Startup

We went live with BBPS + payouts in weeks, not months.

CTOUtilities Aggregator

Great docs and webhooks. Our ops team loves the visibility.

Head of OpsB2B Payments

Ready to build something amazing?

Book a demo or jump into the console. No sales calls required to start.

Modern Dashboard Template - Next.js 14 & shadcn/ui