Vexor

Overview

Welcome to Vexor's guides section! 🤓

Here you'll find comprehensive tutorials to help you implement different payment scenarios in your applications. Whether you're just getting started or looking to implement advanced payment flows, our guides will walk you through the process step by step.

What You'll Learn

Core Payment Flows

  • Checkouts: Learn how to implement one-time payments for products or services
  • Subscriptions: Set up recurring payments and subscription billing
  • Customer Portals: Create self-service portals for your customers
  • Webhooks: Handle payment events from payment providers
  • Refunds: Handle payment refunds across different providers
  • Marketplaces: Guide for implementing multi-vendor payment flows

Coming Soon



Each guide follows a practical, hands-on approach where you'll learn how to:
  1. Set up your development environment
  2. Configure the necessary credentials
  3. Build a simple application
  4. Implement the core functionality
  5. Test your implementation

Getting Started

If you're new to Vexor, we recommend starting with our Checkouts guide. This will help you:

  • Understand Vexor's basic concepts
  • Set up your first project
  • Implement a simple payment flow
  • Learn best practices for payment integration

All guides include working code examples that you can use as a reference for your own implementation. The examples are built using Next.js, but the concepts apply to any other compatible framework.

Core Functions Reference

Throughout these guides, you'll work with Vexor's core functions:

vexor.pay()       // Covered in Checkouts guide
vexor.subscribe() // Covered in Subscriptions guide
vexor.connect()   // Covered in Marketplaces guide
vexor.portal()    // Covered in Customer Portals guide
vexor.refund()    // Covered in Refunds guide
vexor.capture()   // Covered in Captures guide
vexor.webhook()   // Covered in each guide's webhooks section

What will you build?

One-time payments

Create a simple checkout

Process payments quickly with Vexor's unified checkout. Integrate multiple payment gateways effortlessly.

Subscriptions

Implement a subscription

Set up recurring payments and manage subscriptions with ease. Perfect for SaaS and membership-based businesses.

Marketplaces

Connect sellers to your marketplace

Build a robust multi-vendor platform. Seamlessly connect sellers' payment gateways and manage complex payment flows.

Refunds

Handle refunds

Learn how to handle refunds across different payment providers.

On this page