LirPay
OpenAPI

Read the merchant summary report

The summary combines payment volume, success rate, withdrawal totals, fees, and conversion count for one environment.

GEThttps://lirpay.org/api/v2/integration/reports/summary

Read metrics for a custom period or the previous 30 days.

API key requiredreports:read
ParameterTypeInRequiredDescription
fromRFC3339querynoInclusive report start.
toRFC3339querynoExclusive report end.

Response

{
  "summary": {
    "mode": "live",
    "payments_total": 120,
    "payments_succeeded": 114,
    "payment_success_rate": 95,
    "volume_usd_minor": 4523100,
    "volume_usd": "45231.00",
    "volume_usd_decimals": 2,
    "completed_conversions": 18,
    "withdrawals_by_currency": [],
    "fees_by_currency": []
  }
}