Connect VoltXT with your existing systems and start processing Solana payments in minutes, not months.
Ready-to-use plugins for popular platforms, maintained by our team
Accept Solana payments directly in your WordPress WooCommerce store. Easy installation with full cart integration.
Perfect for hosting providers and SaaS businesses. Automate cryptocurrency billing with full WHMCS integration.
Accept Solana payments in your OpenCart store with our native extension. Easy installation and configuration.
Multiple ways to integrate VoltXT into your workflow
Full control with our comprehensive REST API. Perfect for custom implementations.
Ready-made plugins for popular e-commerce and business platforms.
Connect with automation tools and payment processors without writing code.
Current and upcoming platform integrations
Get started with VoltXT in 3 simple steps
Download the appropriate plugin for your platform from our GitHub repository or marketplace.
Add your VoltXT API keys and customize payment settings to match your business needs.
Your Solana payment gateway is ready! Customers can now pay with SOL, USDC, and other supported tokens.
Everything you need to integrate VoltXT into your custom application or build your own plugin.
// Initialize VoltXT Payment
$voltxt = new VoltXT\Client([
'api_key' => 'your_api_key',
'environment' => 'production'
]);
// Create Payment Request
$payment = $voltxt->payments->create([
'amount' => 50.00,
'currency' => 'USD',
'token' => 'SOL',
'redirect_url' => 'success.php'
]);
// Redirect to payment page
header('Location: ' . $payment->url);
Our team is here to help you get up and running quickly. Whether you need technical support or want to discuss custom integration options.