API Categories
Administration (/api/adm)
Core administrative endpoints for managing the platform:
- Companies - Create and manage company accounts
- Projects - Configure company projects and settings
- Users - User and invitation management
- Keys - API key generation and management
- Payment Processors - Configure payment processor integrations
Payment Operations (/api/pay)
Payment processing and transaction management:
- Transactions - Create and manage payment transactions
- Payment Info - Store and manage payment methods
- Charge Events - Handle chargebacks and refunds
Internal Operations (/api/internal)
Internal system operations:
- Transaction Payflow - PayPal Express Checkout integration
- Return/Cancel URLs - Payment flow redirects
Authentication
All API endpoints require OAuth2 authentication using client credentials flow. See the authentication guide for details on obtaining access tokens.Base URL
Common Response Format
All endpoints return responses in a consistent format:Error Handling
Failed requests return aProblemDetails object with error information:
