Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vexor

vectrals.com161MIT0.2.6TypeScript support: included

A single SDK to integrate Stripe, Paypal, Mercadopago, Talo, Square and more with the same code. Vexor makes integrations painless: simplify checkouts, subscriptions, marketplaces, connect accounts, webhooks and more. Integrate payment gateways in minutes

vexor, payments, sdk, stripe, paypal, mercadopago, payment-gateway, payment-processing, payment-integration, checkout, subscriptions, marketplace, multivendor, connect, checkout-session, refund, subscription, webhooks, square, talo

readme

Vexor logo

Vexor

Integrate payment gateways in minutes, not days

NPM version License Join our Discord

Getting Started

Vexor is a powerful payment integration tool designed to simplify multi-gateway payments for developers. With straightforward configuration, it allows you to effortlessly connect to multiple payment providers, including Stripe, PayPal, MercadoPago, Talo, Square (and more on the way), without the need for complex coding or handling different SDKs.

To get started with Vexor:

  1. Install the Vexor SDK:

    npm install vexor
  2. Initialize Vexor in your project: `javascript import { Vexor } from "vexor";

    // Using Vexor Cloud const vexor = Vexor.fromEnv();

// Using Vexor Open Source const vexor = Vexor.init({ standalone: { api_key: 'your_api_key', platforms: { // Read the docs for more information on how to configure the platforms } } }); `

  1. 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. All rights reserved.