Smart Payment Routing
AI decides best PSP / bank to route transactions for maximum success.
Future Systems & Merchant Suite
IVR DialPay, AI Fraud Engine, Smart Routing, Offline SmartPay, Merchant Wallets, White-label, and much more. Everything designed to give each merchant full control and new revenue streams.
Users confirm payments over a secure voice call — ideal for low-network regions. (Press 1 to confirm)
Har system me "Coming Soon" label diya hua hai — aap codebase me endpoints replace karke immediately enable kar sakte ho.
AI decides best PSP / bank to route transactions for maximum success.
Internal wallet, instant payouts & short-term credit lines.
Call based confirmation flow using Exotel / Twilio. Works on feature phones.
Integrate with BBPS to offer electricity, mobile, DTH, water bill payments.
Behavior analytics, velocity checks & device fingerprinting.
Let merchants launch their own branded mini-gateway.
Pre-authorized tokens & QR offline mode that syncs when network returns.
24x7 merchant payouts to bank or UPI instantly.
Actionable insights, churn alerts, best-performing payment methods.
Each merchant portal card below shows a quick UI mock and the endpoint hooks where backend logic should live.
Overview, live settlements, dispute center, payout requests.
GET /api/merchant/{id}/transactions
POST /api/merchant/{id}/payout
GET /api/merchant/{id}/reconciliation
Create custom domains, brand colors, and invoice templates for resellers.
POST /api/partner/create
POST /api/partner/{id}/branding
GET /api/partner/{id}/usage
Design voice flows and DTMF handlers. Integrate Exotel / Twilio provider credentials here.
POST /api/ivr/start {mobile, amount, txn_id}
POST /api/ivr/response {txn_id, digits}
GET /api/ivr/logs?txn_id={txn_id}
Connect with BBPS partners for bill fetch and payment flows.
POST /api/bbps/fetch {provider, consumer_id}
POST /api/bbps/pay {bill_id, amount, payment_mode}