Pesaflow

API Documentation

Welcome to Pesaflow API. Build powerful payment solutions with our comprehensive REST API.

Quick Start

1

Create an Account

Sign up at pesaflow.com/register to get started

2

Get API Keys

Navigate to Settings → API Keys in your dashboard

3

Make Your First Request

Use our API to initiate your first payment

Base URL

https://api.pesaflow.com/api/v1

All API requests must be made to this base URL

Authentication

Bearer <your_token>

Include your JWT token in the Authorization header

Test the API

Example Request
curl https://api.pesaflow.com/api/v1/auth/me \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json"