Recurring Billing Endpoints
This section provides detailed information about all endpoints and schemas related to recurring billing operations.Available Endpoints
The Recurring Billing API provides the following endpoints for provider operations:Core Operations
- Primary Endpoints: Main functionality endpoints
- Status Endpoints: Health and status checking
- Configuration Endpoints: Settings and configuration management
Advanced Operations
- Batch Endpoints: Bulk processing capabilities
- Reporting Endpoints: Analytics and reporting
- Webhook Endpoints: Event notification management
Authentication
All endpoints require authentication via Bearer token:Request/Response Format
Standard Request Format
Standard Response Format
Error Responses
Common Error Formats
400 Bad Request
401 Unauthorized
403 Forbidden
429 Rate Limited
Code Examples
JavaScript
Python
cURL
Rate Limits
| Endpoint Type | Rate Limit | Burst Limit |
|---|---|---|
| Standard Operations | 100 requests/minute | 10 requests/second |
| Batch Operations | 10 requests/minute | 2 requests/second |
| Status Checks | 300 requests/minute | 30 requests/second |
Data Schemas
Request Schemas
Detailed schemas for request payloads are available in the OpenAPI specification.Response Schemas
All response schemas follow consistent patterns with proper error handling and data validation.Webhooks
Some operations support webhook notifications for real-time updates:Webhook Configuration
Webhook Payload
Testing
Sandbox Environment
Test your integration using our sandbox environment:- Base URL:
https://sandbox-api.peere.network - Test Credentials: Available in your developer dashboard
- Mock Data: Realistic test data for comprehensive testing
Testing Best Practices
- Test all error scenarios
- Validate webhook handling
- Test rate limiting behavior
- Verify data validation
Support
For technical support and questions:- Documentation: Comprehensive API documentation
- Support Portal: 24/7 technical support
- Community: Developer community forums
- Status Page: Real-time service status updates
Related Endpoints
- API Reference - Complete OpenAPI specification
- Authentication Guide - Authentication setup
- Webhook Guide - Webhook configuration
- Error Handling - Error handling best practices