Read the merchant summary report
The summary combines payment volume, success rate, withdrawal totals, fees, and conversion count for one environment.
GET
https://lirpay.org/api/v2/integration/reports/summaryRead metrics for a custom period or the previous 30 days.
API key requiredreports:read
| Parameter | Type | In | Required | Description |
|---|---|---|---|---|
| from | RFC3339 | query | no | Inclusive report start. |
| to | RFC3339 | query | no | Exclusive 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": []
}
}