Next-Gen Payment Gateway for Modern Apps
Experience the power of v1 architecture with hosted checkout pages, comprehensive subscription management, multi-gateway fallbacks, automated recurring billing, and enterprise-grade security - all through one unified API.
Why Choose Central Payment API v1?
Built for modern applications with enhanced architecture, better security, and superior user experience.
Hosted Checkout Pages
Beautiful, responsive checkout pages with your branding. Users select payment methods, we handle the complexity.
Multi-Gateway Fallbacks
Intelligent retry mechanisms across multiple payment providers. If Stripe fails, automatically try PayPal.
Enhanced Security
HMAC-SHA256 signatures, encrypted credentials, comprehensive audit trails, and reduced PCI scope.
Smart Transaction Handling
Resume abandoned payments, retry with different gateways, real-time status updates, and attempt tracking.
Subscription Management
Complete recurring billing system with flexible plans, trial periods, automated invoicing, and lifecycle management.
Developer Friendly
Comprehensive v1 API documentation, integration-focused Postman collection, and detailed integration guides.
Advanced Admin Dashboard
Dual Filament panels for system administration and subscription management with real-time analytics.
Automated Recurring Billing
Intelligent recurring payment processing with dunning management, retry logic, and customer lifecycle automation.
Smart Invoice System
Automated invoice generation, customizable templates, payment tracking, and comprehensive reporting.
What's New in v1
Major improvements and new features that make payment processing even better
Complete Subscription Platform
Full-featured subscription management with plans, billing cycles, trials, and automated lifecycle handling.
New in v1Automated Recurring Billing
Smart recurring payment processing with dunning management, failed payment recovery, and customer retention tools.
Enhanced in v1Advanced Invoice System
Automated invoice generation, payment tracking, customizable templates, and comprehensive reporting dashboard.
New in v1Subscription Analytics
Real-time subscription metrics, churn analysis, revenue forecasting, and customer lifecycle insights.
Enhanced in v1Admin-Centric Architecture
Centralized management where admins create and configure client applications with their own gateway settings.
New in v1Transaction Attempt System
Enhanced retry mechanism with detailed attempt tracking and intelligent fallback strategies.
Enhanced in v1Dual Admin Panels
Comprehensive Filament admin interface for complete system administration.
New in v1Comprehensive Audit Trail
Every action logged with detailed activity tracking for compliance and debugging.
Enhanced in v1Enterprise Subscription Platform
Complete subscription management solution with automated billing, flexible plans, customer lifecycle management, and comprehensive analytics - all built into the unified API.
Flexible Subscription Plans
Create unlimited subscription plans with custom pricing, billing cycles, trial periods, and feature sets. Support for freemium, tiered, and usage-based models.
Automated Recurring Billing
Smart recurring payment processing with intelligent retry logic, dunning management, and automated customer communications for failed payments.
Smart Invoice System
Automated invoice generation with customizable templates, payment tracking, and comprehensive reporting. Support for prorations, credits, and adjustments.
Customer Lifecycle Management
Complete customer journey tracking from trial to churn with automated interventions, retention campaigns, and win-back strategies.
Advanced Analytics
Real-time subscription metrics, revenue forecasting, churn analysis, and customer insights with exportable reports and dashboard widgets.
Event-Driven Architecture
Comprehensive event tracking for all subscription activities with webhooks, timeline views, and custom event creation for business intelligence.
Integrate payments in minutes
# 1. Generate hosted checkout URL
curl -X POST "https://api.yourdomain.com/api/v1/payments/hosted-url" \
-H "X-Api-Key: your_api_key" \
-H "X-Signature: hmac_signature" \
-d '{
"amount": 99.99,
"currency": "USD",
"customer_email": "customer@example.com",
"description": "Premium Plan Purchase"
}'
# 2. Customer completes payment on hosted page
# → Redirect to: https://checkout.yourapi.com/tx_abc123
# 3. Check payment status
curl -X GET "https://api.yourdomain.com/api/v1/payments/tx_abc123/status" \
-H "X-Api-Key: your_api_key" \
-H "X-Signature: hmac_signature"
# 4. Receive webhook notifications automatically
Supported Payment Providers
Integrate with the world's leading payment processors through our unified API
Stripe
Global payment processing
Accept payments from customers worldwide with Stripe's comprehensive payment platform.
PayPal
Trusted digital payments
Enable secure PayPal payments with our seamless integration and hosted checkout.
v1 Quick Start Guide
Get started with payments and subscriptions in Central Payment API v1 - from one-time payments to recurring billing
One-Time Payment
8 Payment Endpointscurl -X POST "https://api.yourdomain.com/api/v1/payments" \
-H "X-Api-Key: your_api_key" \
-H "X-Signature: hmac_signature" \
-d '{
"amount": 29.99,
"currency": "USD",
"description": "Premium purchase",
"customer_email": "customer@example.com",
"return_url": "https://yourstore.com/success"
}'
# Response includes hosted checkout URL
{
"success": true,
"transaction": { "id": "tr_ABC123", "status": "pending" },
"payment": { "checkout_url": "https://pay.yourdomain.com/ABC123" }
}
Customer Subscription
10 Core Endpoints# 1. List available plans
curl -X GET "https://api.yourdomain.com/api/v1/subscription-plans" \
-H "X-Api-Key: your_api_key" \
-H "X-Signature: hmac_signature"
# 2. Subscribe customer to existing plan
curl -X POST "https://api.yourdomain.com/api/v1/subscriptions" \
-H "X-Api-Key: your_api_key" \
-H "X-Signature: hmac_signature" \
-d '{
"plan_id": "plan_abc123",
"customer_email": "customer@example.com",
"customer_name": "John Doe"
}'
# 3. Track subscription status & invoices automatically
Integration Resources
Everything you need for seamless payment integration. Complete with authentication examples and environment configuration.
Ready to Get Started?
Join developers who trust Central Payment API for their payment processing needs.