Get Payment Statistics
Payments
Get Payment Statistics
Get aggregated payment statistics across all developer’s projects
GET
Get Payment Statistics
Retrieve aggregated payment statistics across all projects owned by the authenticated developer. Includes subscription counts, payment totals, and revenue metrics.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token.
Query Parameters
boolean
default:"true"
Include test mode data in statistics. Set to
false for live mode only.Response
integer
Total number of projects owned by the developer
integer
Number of projects with Stripe configuration
integer
Number of projects with test mode credentials
integer
Number of projects with live mode credentials
integer
Total number of subscriptions across all projects
integer
Number of currently active subscriptions
integer
Total number of payment transactions
integer
Number of successful payments
integer
Total revenue in cents
string
default:"usd"
Currency for revenue (lowercase ISO code)
Example Request
Example Response
Formatting Revenue
To display revenue as currency:Dashboard Metrics
Use these statistics to build a developer dashboard: (((REPLACE_THIS_WITH_IMAGE: cloud-admin-payment-stats-dashboard.png: Developer dashboard showing payment statistics with subscription counts, revenue chart, and project configuration status)))Key Metrics Explained
Related Pages
List Subscriptions
View all subscriptions
List Transactions
View payment transactions
Console Statistics
Cloud Admin statistics view
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Include test mode data
Response
Successful Response
Aggregated payment statistics.

