Getting Started
Welcome to Reevit. Whether you are a business owner looking to automate your billing or a developer building the next big fintech app, this guide will get you live in minutes.🏢 Step 1: Business Onboarding (No-Code)
Before writing any code, you need to set up your business environment in the Reevit Dashboard.- Create your Organization: Sign up and name your organization (e.g., “Acme Corp”).
- Connect a Provider: Navigate to Connections and add your first PSP (e.g., Paystack or Stripe). This is our “Bring Your Own Key” model.
- Configure a Workflow: Go to Workflows and set up a simple “Slack Notification” for successful payments so your team stays informed.
💻 Step 2: Developer Setup
Once your organization is ready, it’s time to integrate the Reevit API.1. Get your API Keys
Navigate to Developers → API Keys. You will need yourSecret Key (starts with pfk_live_) and your Organization ID.
2. Install the SDK
We recommend using our official SDKs for the best experience, including automatic retries and type safety.💳 Step 3: Process a Payment
Here is how you create a simple payment intent using our SDK.🔄 Step 4: Go Live with Webhooks
To keep your application in sync with real-world payment events, you must configure a Webhook.- Go to Developers → Webhooks.
- Enter your endpoint URL (e.g.,
https://api.yourdomain.com/webhooks/reevit). - Reevit will now push standardized events to your server regardless of which payment provider processed the transaction.
📚 Essential Resources
Payments Guide
Understand the complete transaction lifecycle and how failover works.
SDKs
Download libraries for Go, Python, PHP, and TypeScript.
API Reference
Explore our interactive OpenAPI documentation.
Test Mode
Learn how to safely test your integration without processing real funds.

