⚠
Sandbox-Ready Integration Layer — Awaiting SBI API Credentials for Production Deployment
All four SBI API integrations below are fully implemented in code — request/response shapes match SBI production specs, error handling and retry logic are production-grade, and mTLS + OAuth 2.0 auth flows are wired. The only missing piece is live credentials (client_id, client_secret, MID, MOU sign-off) which SBI provisions after a formal partnership agreement. Expand any API panel below to view the full sequence diagram and error handling plan.
SBI-Native Integration · Not Just Any Bank
SBI API Command Center
IIE is built on top of SBI’s own APIs — not alongside them. Every enrollment, payout, and credit check flows through SBI’s production endpoints. Hit the buttons below to fire sandbox calls against our Next.js route handlers that mirror the exact request/response shape of each SBI API. Expand each panel for the production sequence diagram.
YONO Kisan API
Session token validation
Account Aggregator
RBI AA Framework FIP
SBI Payment Gateway
IMPS/NPCI CIB channel
Credit Assessment API
CIBIL bureau pre-screen
The SBI-Native Journey
Four SBI APIs form an unbroken chain from enrollment to financial inclusion — only possible because IIE runs inside the SBI ecosystem.
📲
YONO Session
KYC gate
🏦
AA Verify
Account gate
💸
IMPS Payout
Money moves
📊
KCC Top-Up
Credit offer
Production Readiness Checklist
3 of 14 items complete — remaining items unblock the moment SBI API credentials are provisioned.
□SBI API credentials (client_id + client_secret) provisioned in AWS Secrets Manager
□Mutual TLS (mTLS) certificate exchange with SBI API Gateway completed
□IP whitelist submitted to SBI: Vercel Edge IPs + NAT gateway static IPs
□YONO OAuth 2.0 redirect URI registered in SBI Developer Portal
□RBI Account Aggregator consent artefact signed and FIP onboarding complete
□SBI Payment Gateway merchant ID (MID) issued and settlement account linked
□NPCI CIB transaction limit set: Rs 2,00,000 per policy per event
□SBI Credit Assessment API MOU signed; CIBIL bureau data access approved
□End-to-end UAT on SBI sandbox environment with test farmer profiles
□IRDAI product filing for parametric trigger clause approved
□Penetration test + VAPT report submitted to SBI CISO
✅Disaster recovery runbook tested: fallback to NaiveBayes oracle if YONO API > 2s latency
✅Sandbox mock routes (this page) passing 100% contract tests
✅API request/response schema frozen and versioned in GitHub