Skip to main content
GET
/
transactions
/
analytics
/
global
/
payment-method-distribution
Global payment method distribution (admin)
curl --request GET \
  --url https://api.pcxpay.com/v1/transactions/analytics/global/payment-method-distribution \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Global payment method distribution

Opaque analytics payload. Shape varies by endpoint but always contains the computed metric fields returned by the use case layer.

status
string
Example:

"success"

data
object