ProductsTechnologySecurityDevelopersIndustriesContact Sales
Secure Payment Infrastructure

Powering India's Next Generation Payment Infrastructure

Centx provides secure Payin and Payout APIs for businesses through trusted banking rails including UPI, IMPS, Cards and Net Banking.

UPI
IMPS
Cards
Net Banking

Customer Payment

UPI / Card / Net Banking

Centx Gateway

Smart routing & fraud detection

Bank Network

Secure banking rails

Merchant Settlement

Real-time confirmation

RBI Aligned

Payment aggregator infrastructure

PCI DSS Ready

Compliant card data handling

Bank-Grade Security

256-bit encryption standards

E2E Encryption

End-to-end data protection

0
Transactions Processed
0
Merchant Network
0
Platform Uptime
Products

Payment infrastructure built for scale

End-to-end payment solutions for accepting and disbursing payments across India's banking rails.

Payin Gateway

Accept payments from customers using multiple payment methods with intelligent routing.

  • UPI, Credit & Debit Cards, Net Banking
  • Smart routing & automatic retries
  • Built-in fraud detection
  • Real-time webhook notifications
Explore Payin API →

Payout Infrastructure

Automate business payouts to vendors, employees, and partners at scale.

  • IMPS & UPI instant transfers
  • Vendor & salary disbursements
  • Affiliate & refund payouts
  • Bulk payout processing
Explore Payout API →

API Platform

Developer-first APIs for seamless payment integration and automation.

  • RESTful API architecture
  • Webhook event subscriptions
  • SDK libraries for popular languages
  • Full sandbox environment
POST /v1/payments/create
{
  "amount": 50000,
  "currency": "INR",
  "method": "upi"
}
How It Works

Seamless payment flow

From customer initiation to merchant settlement — every step secured and optimized.

Customer

Initiates payment

Centx Gateway

Routes & secures

Bank Network

Processes transaction

Merchant

Receives settlement

Technology

Enterprise-grade infrastructure

Purpose-built payment stack for reliability, speed, and security at scale.

API Gateway

High-availability REST API with rate limiting and load balancing.

Learn more →

Transaction Switch

Multi-rail router with smart failover and latency optimization.

Learn more →

Fraud Engine

ML-powered risk scoring with real-time pattern detection.

Learn more →

Settlement System

Automated reconciliation and settlement with multi-bank support.

Learn more →
Industries

Built for compliant businesses

Centx partners with regulated, low-risk business segments across India.

E-commerce

Online retail and marketplaces

SaaS Platforms

Subscription software services

Logistics

Freight and delivery platforms

Education

EdTech and learning platforms

Travel

Booking and travel services

Subscriptions

Recurring billing businesses

Centx works only with compliant and regulated businesses. High-risk industries such as online gaming, forex, gambling, and adult services are not supported.
Security & Compliance

Security at every layer

Bank-grade security protocols aligned with RBI Payment Aggregator guidelines.

PCI DSS Standards

Full compliance with Payment Card Industry Data Security Standards.

Learn more →

Data Encryption

AES-256 at rest and TLS 1.3 in transit for full data protection.

Learn more →

Tokenization

Sensitive card data replaced with secure tokens, never stored.

Learn more →

Fraud Monitoring

Real-time ML-based anomaly detection and velocity checks.

Learn more →

API Authentication

HMAC signatures, IP whitelisting, and OAuth 2.0 support.

Learn more →

KYC & AML

Automated merchant verification and continuous AML monitoring.

Learn more →
Dashboard

Merchant Dashboard

Complete visibility over your payment operations with real-time analytics.

Transaction Overview

Today
7 Days
30 Days
Total Volume
₹12.4L
↑ 12.3%
Transactions
1,847
↑ 8.1%
Success Rate
96.2%
↑ 0.4%
Payouts Sent
₹4.8L
↑ 6.7%
Transaction IDMethodAmountStatusTime
TXN_7f8a2b3cUPI₹2,450Success2 min ago
TXN_9d1e4f5gCard₹8,900Success5 min ago
TXN_3h6i7j8kNet Banking₹15,000Pending8 min ago
TXN_1l2m3n4oUPI₹750Success12 min ago
TXN_5p6q7r8sIMPS₹32,000Failed15 min ago
Developers

Built for developers

Clean, well-documented APIs with everything you need to integrate payments.

API Documentation

Comprehensive guides with examples for every endpoint.

SDK Libraries

Official SDKs for Node.js, Python, PHP, Java, and Go.

Webhook Events

Real-time notifications for payment status changes.

Sandbox Testing

Full test environment with simulated transactions.

// Create a payment order
const centx = require('centx-sdk');
const client = new centx.Client({
  api_key: 'cx_live_...',
  secret:  'cx_secret_...'
});
const order = await client.payments.create({
  amount:   50000,
  currency: 'INR',
  method:   'upi',
  customer: { name: 'Priya Sharma' },
  callback_url: 'https://yourapp.com/webhook'
});
console.log(order.id); // → "order_7f8a2b3c"
// Initiate a payout
const payout = await client.payouts.create({
  amount:  25000,
  method:  'imps',
  beneficiary: {
    name:       'Vendor Corp',
    account_no: '91020034001234',
    ifsc:       'HDFC0001234'
  }
});
console.log(payout.status); // → "processing"
About Centx

Building India's payment backbone

🎯 Mission

To provide every business in India access to reliable, secure, and compliant payment infrastructure through trusted banking rails.

⚡ Technology Vision

Building a modern transaction layer connecting businesses to India's banking network with enterprise-grade reliability.

🔒 Security First

Every system, API, and transaction designed with security as the foundational principle — aligned with RBI Payment Aggregator guidelines.

Learn more at centx.org

Centx

Secure payment infrastructure for businesses in India through UPI, IMPS, Cards, and Net Banking — the banking rails India trusts.

UPIIMPSCardsNet Banking
Contact Sales

Ready to get started?

Speak with our team to learn how Centx can power your payment operations.

Email

sales@centx.org

Website

centx.org