cURL
curl --request GET \ --url https://api.plexospay.com/v1/analytics/revenue \ --header 'Authorization: Bearer <token>'
{ "totalRevenue": "<string>", "totalFees": "<string>", "totalNetRevenue": "<string>", "totalTransactions": 123, "currency": "<string>", "period": { "start": "<string>", "end": "<string>" }, "transactionsPerDay": {} }
Revenue analytics with daily breakdowns.
transactionsPerDay
{ "transactionsPerDay": { "2025-01-15": { "revenue": "50000", "fees": "1500", "count": 5 } } }
API key starting with sk_live_ or sk_test_
sk_live_
sk_test_
ISO currency code
CVE
AOA
Revenue analytics
Show child attributes