Vexor Cloud vs Standalone
Vexor offers two powerful versions to suit different business needs:
Vexor Cloud is our fully-managed, hosted solution that provides a comprehensive suite of features designed to streamline your payment operations. It includes:
- Built-in analytics dashboard and detailed metrics
- Secure credential management system
- Automated email services and invoice generation
- Priority support options
- Pricing plans starting from free with 250 operations
- Seamless scalability for growing businesses
Vexor Standalone is perfect for developers and organizations who want complete control over their infrastructure. With a one-time payment, you get:
- Lifetime access and updates
- Unlimited operations with no monthly fees
- Complete data sovereignty and customization freedom
- You can build your own infrastructure
- Ability to implement custom tracking and automation
- Full control over security and deployment
Choose Cloud for a hassle-free experience with immediate access to our full feature set, or Standalone for maximum flexibility and independence.
Below, you can read a more specific comparison of the two versions.
Credentials
๐๐ป Cloud Version: Credentials are encrypted and securely hashed within projects. You can:
- Manage multiple platform credentials (Mercado Pago, Stripe, PayPal, etc.) and organize them in different projects inside your dashboard
- Update credentials through the dashboard without code changes
- Only need to provide Vexor API keys and project ID in your code
๐๐ป Standalone Version: Credentials are defined directly in your code when instantiating the SDK. While this provides flexibility, it requires careful security considerations.
- You can define multiple platform credentials in your code without the need to manage them through the dashboard.
- You need to ensure that your credentials are not exposed in your codebase.
- You need to manage your credentials manually and change them in your code when needed.
Metrics [๐งช Beta]
๐๐ป Cloud Version:
- Built-in dashboard with detailed operation metrics
- Track payments, subscriptions, refunds, connected accounts, and more
- Analytics on platform usage
- Insights into customer platform preferences
- All operations are persisted in the Vexor Cloud database
๐๐ป Standalone Version:
- No built-in metrics system
- Requires implementing your own tracking system
- Need to manage your own database for operation records
- If you want to persist operations data, you need to implement your own db and code to track them.
Mailing Services [๐ coming soon]
๐๐ป Cloud Version:
- Built-in automated email services
- Abandoned cart recovery emails
- Customizable email templates through dashboard
- No additional email service provider needed
๐๐ป Standalone Version:
- Requires manual implementation of mailing services
- Need to develop your own service to send emails using third-party providers (e.g., Resend, Mailgun) by yourself in your code
- Custom development needed for automation
Invoicing [๐ coming soon]
๐๐ป Cloud Version:
- Automated invoice generation
- Automatic email delivery after payments
- Built-in invoice management
๐๐ป Standalone Version:
- Manual invoice handling required
- Need to implement custom invoicing logic
Technical Differences
The only technical difference between versions is the SDK initialization method. For detailed information about this, please refer to the corresponding Getting Started guides.
Vexor Cloud
Conclusion
While the Standalone version offers more flexibility and customization, the Cloud version provides a more comprehensive set of features and a more secure way to handle credentials.