How it works
- Every request to a billable endpoint is logged and counted.
- At the end of each month, total usage is calculated and an invoice is issued on the 10th of the following month.
Billable endpoints
This list may be updated as new endpoints are added. Non-billable endpoints are not charged regardless of request volume.
| Method | Description | Cost per request |
|---|---|---|
| POST /enrichment | Get additional information about merchant by transaction ID | ? |
| GET /utils/flights/airports/search | Search airports by name, city, or IATA/ICAO code | $0.005 |
| GET /utils/flights/airports/nearby | Get nearest airports by coordinates | $0.005 |
| GET /utils/flights/info | Retrieves flight information by flight number | $0.005 |

