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
- Payment Captures: Implement payment capture flows (PayPal specific)
- Metered Billing: Implement metered billing for usage-based pricing
Each guide follows a practical, hands-on approach where you'll learn how to:
- Set up your development environment
- Configure the necessary credentials
- Build a simple application
- Implement the core functionality
- 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:
What will you build?
One-time payments
Create a simple checkout
Subscriptions
Implement a subscription
Marketplaces