Payments export API
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/payments |
Export payments |
Export payments
GET /api/payments
Query parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
date |
string (date) | ✓ | Payment date in ISO format (YYYY-MM-DD) | "2026-08-14" |
|
bids |
array[string] | List of BIDs (branch IDs). If both tids and bids are specified, the resulting filter is applied as a logical conjunction (AND). |
|||
tids |
array[string] | List of TIDs (terminal IDs). If both tids and bids are specified, the resulting filter is applied as a logical conjunction (AND). |
Responses
200 — OK
| Media Type | Schema |
|---|---|
application/x-ndjson |
PaymentJsonExportDto |
Security
Person_apiKey— API key in headerAuthorization— Example: 'ApiKey uihdrtghb9843ui5dfgbdwjk'