Getting Started with AeronPay
This page will help you get started with AeronPay. You'll be up and running in no time!
Introduction
AeronPay offers a robust suite of Payment APIs that enable seamless integrations for businesses. Whether you need to process transactions, manage digital payments, or offer prepaid services, our APIs provide a secure and scalable solution.
If you have any queries, feel free to reach out at [email protected].
API Overview
AeronPay APIs are RESTful, meaning:
- Each API has a specific URL endpoint.
- Supports JSON request body and returns JSON-encoded responses.
- Works with POST and GET methods.
Response Codes
For every API call, response status determines success or failure. Only SUCCESS and PENDING responses should be considered successful. Any other response codes and status indicate a failure.
📘 Prerequisites
Before you begin integration, follow these steps:
-
Create an AeronPay Account
Sign up at AeronPay Dashboard to access API services. -
Activate API Services
- Navigate to Developer Hub → Subscriptions → Services.
- Enable the required services.
-
Generate API Keys
- Start with Sandbox Mode for testing.
- Once integration is complete, generate Live Mode API Keys and replace them in your setup.
🚧 Important Notes
- Sandbox Mode: You must pass predefined test values for API calls. Ensure your AeronPay pool account has sufficient funds for testing.
- Security: Always store API keys securely and never expose them in public repositories.
- Compliance: Follow AeronPay’s KYC and compliance guidelines when processing transactions.
For detailed API documentation, visit our Developer Portal.
Updated 27 days ago