XentriPay API Documentation
Version 1.0.0 • Last updated: January 2024
Introduction and Purpose
This module provides technical users with access to fully structured and interactive API documentation via Redoc. It is designed to guide developers integrating with XentriPay through live specifications, detailed parameter definitions, request/response samples, authentication flows, and usage notes. It forms the core of the developer onboarding experience and is publicly accessible or gated behind a partner login if needed.
Customer Expectations
Key Features
Interactive Documentation
Fully interactive API documentation hosted at a known URL
Searchable Endpoints
Search bar with endpoint filtering capabilities
Request/Response Viewer
Expanded view of parameters, schemas, and status codes
API Versioning
Clear version information and changelog dates
Authentication & Getting Started
Quick Start Steps
Get API Keys
Generate your API keys from the dashboard
Set Base URL
Use https://api.xentripay.com/v1 for production
Add Authorization
Include Bearer token in Authorization header
Make Test Call
Start with a simple GET request to verify setup
curl -X GET "https://api.xentripay.com/v1/payments" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"