Documentation

Find tutorials, API references, SDK guides, and integration walkthroughs.

Filter documentation by category
API Reference

API Overview and Architecture

Base URLs All API requests use HTTPS. There are two environments: Environment Base URL Purpose Sandbox https://sandbox-api.aelix.digitalapi.ai Development and...

admin
Latest
API Reference

Authentication Reference

Supported Authentication Methods 1. API Key (Simple) Suitable for server-side applications making read-only requests. Pass the key in the Authorization header:...

admin
Latest
API Reference

Error Codes Reference

Error Response Format { "error": { "code": "string", "message": "Human-readable description", "trace_id": "trc_abc123", "details": [ { "field": "amount",...

admin
Latest
API Reference

Webhook Event Reference

Event Delivery Guarantees At-least-once delivery — Aelix may deliver the same event more than once. Your handler must be idempotent Ordering — Events are...

admin
Latest
API Reference

API Changelog

2025-04-01 — API Version 2025-04-01 New Added GET /v1/transactions/export for bulk CSV export of transaction history Added POST /v1/payments/batch for...

admin
Latest