vexor
v0.0.27
Published
Core SDK for Vexor payments
Downloads
1,612
Maintainers
Readme
Getting Started
Vexor is a powerful payment integration platform designed to simplify multi-gateway payments for developers. With straightforward configuration, it allows you to effortlessly connect to multiple payment providers, including Stripe, PayPal, and MercadoPago, without the need for complex coding or handling different SDKs.
To get started with Vexor:
Install the Vexor SDK:
npm install vexor
Initialize Vexor in your project:
import { Vexor } from "vexor"; const vexor = Vexor.fromEnv();
Start using Vexor's features in your application.
For detailed guides and SDK reference, visit our documentation.
Key Features
- Unified SDK: Connect to multiple payment gateways with a single SDK.
- Easy Setup: Streamlined process for quick deployment and configuration.
- Security First: End-to-end encryption for API keys and secrets.
- Autoscaling: Handles from small to millions of transactions efficiently.
- Multi-Framework Support: Compatible with various backend and frontend technologies.
Documentation
For full documentation, visit https://docs.vexorpay.com.
Community
Join our Discord community to get help, share ideas, and connect with other developers.
License
Vexor is proprietary software. Please see the LICENSE file for full terms and conditions.