The edge BSFI needs:
Data, Intelligence, Action

Build, Lend to a Billion Indians

Link, Lend, Launch –
Seamlessly

Lending
Infrastructure
Icon 2
  • ONDC & OCEN – Lender Bridge
  • ONDC & OCEN – LSP Bridge
  • Digital KYC Solutions
  • Analytics – Banking, GST, ITR, SMS
  • Employment & Income Verification
  • BRE & Risk Scoring
  • eSign, eNach, eMandate
KNOW MORE
ACCOUNT
AGGREGATOR
Icon 1
  • Multi AA TSP Modules
  • Analytics Engine
  • Intelligent Collections & Risk Management
  • Personal Finance Management (PFM)
  • Personalized Recommendations
  • Onboarding Verifications
KNOW MORE
Embedded
Lending
Icon 3
  • Flow Based Instant Credit
  • Working Capital Term Loans
  • Supply Chain Finance
  • Multi Lenders Network
  • Plug & Play SDK & APIs
  • Disbursal Within Minutes
  • End to End Integration & Support
KNOW MORE

Banking on Innovation –
Together

Not everyone gets it. Tech is not an expense, it is a neccisity to move forward. We are proud to partner with some of the most innovative and forward-thinking companies in the financial services industry. Our clients are at the forefront of digital transformation, and we are committed to helping them achieve their goals through our cutting-edge technology solutions.

Logo Face 1
Logo Face 2
Logo Face 3
Logo Face 4
Logo Face 5
Logo Face 6

Everything You Need to Build
Smarter Credit Products

F1
Flexible Deployment

Leverage a modern, scalable technology foundation with deployment options available for on-premise or cloud setups.

F2
You First

Flexible composable foundations integrate seamlessly with your existing systems

F3
Personalisation

Not just tech, we build user experiences for your customers; tailored to their needs

F4
StartTomorrow,Today

Cut the wait, the time to lend is now Not Tomorrow.

F5
Gateway to Open Banking

Interoperability with Account Aggregator, OCEN and ONDC systems

F6
Take the Leap

Drop the tech debt; Leverage new age fintech technologies to deploy instantly with state of the art performance

Customizable Interface

Powerful APIs, SDKs, and pre-built user interfaces

1// Initialize the Cornex SDK with configuration
2 let cornexSDK = new Cornex.init({
3 target: "New Garg Trading Co", // Name of the target entity
4 targetGST: "03AALCB4378C1ZV", // GSTIN of the target
5 url: "https://api.cornex.io/v1/partner", // Example API endpoint for the SDK
6 colorScheme: "dark", // Theme for the SDK's UI
7 mode: "sandbox" // Optional: specify environment (e.g., "sandbox" or "production")
8 });
9
10 // Opens the SDK's user interface or starts its process
11 cornexSDK.open();
12
13 // Listen for general messages or updates from the SDK
14 cornexSDK.onMessage((message) => {
15 console.log("SDK Message:", message); // e.g., { type: "status_update", content: "Processing..." }
16 });
17
18 // Listen for successful completion of the SDK's primary task
19 cornexSDK.onSuccess((result) => {
20 console.log("SDK Success:", result); // e.g., { transactionId: "xyz123", status: "completed" }
21 alert("Operation successful!");
22 });
23
24 // Listen for any errors that occur within the SDK
25 cornexSDK.onError((error) => {
26 console.error("SDK Error:", error); // e.g., { code: "auth_failed", description: "Invalid credentials" }
27 alert("An error occurred: " + error.description);
28 });
29
30 // Listen for when the SDK's UI is closed or dismissed by the user
31 cornexSDK.onClose(() => {
32 console.log("SDK Closed by user.");
33 // You might want to perform cleanup or update UI state here
34 });
35
36 // Example: Programmatically close the SDK if needed after some condition
37 // setTimeout(() => {
38 // if (cornexSDK.isOpen()) { // Assuming an isOpen() method exists
39 // console.log("Programmatically closing SDK...");
40 // cornexSDK.close(); // Assuming a close() method exists
41 // }
42 // }, 30000); // Close after 30 seconds if still open
Discover how you can build financial products in hours with Cornex developer toolkit and highly customizable SDK
SDKs for every stack

Our Transact SDK integration is optimized for ease and speed. Get up and running in hours with our developer toolkit, API docs, and sandbox environment.

Highly Customizable

With our Transact SDK, customize your end user experience to align with your brand identity and create a seamless user journey.

Contact Us

We will reach out to you
within minutes