Transform your business with our powerful payment gateway solution
Simple API integration with comprehensive documentation and developer-friendly SDKs for multiple platforms.
Enhanced security with signature verification, encryption, and compliance with international security standards.
Comprehensive dashboard with detailed transaction history, analytics, and insights for your business.
POST /api/create_payment.php
Headers:
X-API-Key: your_api_key
Content-Type: application/json
{
'amount' => '100.00',
'currency' => 'INR',
'clientIp' => $_SERVER['REMOTE_ADDR'],
'userId' => 'user123',
'subject' => 'Product Purchase',
'body' => 'Payment for product XYZ',
'name' => 'John Doe',
'email' => 'john@example.com',
'phone' => '+923001234567',
'accountCode' => '1234567890123',
'showIf' => 'false'
}