AirPay Technical Documentation
This document describes the data exchange process between the Agent's system and the processing center. Integration is performed over HTTP/HTTPS, and the addresses of the test and production environments are provided to the Agent separately.
REST API
AirPay provides a REST API for interaction with the processing center. All endpoints accept and return data in JSON format.
| Parameter | Value |
|---|---|
| Base URL | <url>/api/v20/ |
| Version | v20 |
| Transport | HTTPS |
| Data format | JSON (UTF-8) |
Communication Protocol
All requests are sent using the POST method. The request and response body is transmitted in JSON format encoded in UTF-8.
Recommended headers for each request:
Content-Type: application/json
Accept: application/json
tip
These headers are required for all API requests. Make sure they are present in every call.