cURL
curl --request GET \ --url https://sandbox.api.acountpay.com/v1/partner/stats \ --header 'X-Partner-Client-Id: <api-key>' \ --header 'X-Partner-Client-Secret: <api-key>'
{ "totalMerchants": 15, "byStatus": { "pending_onboarding": 2, "onboarding_complete": 1, "awaiting_approval": 0, "activated": 10, "rejected": 1, "inactive": 1 } }
Returns aggregate statistics for the partner dashboard, including merchant counts by status.
Your partner client ID
Your partner client secret
Partner statistics
15
Show child attributes
Was this page helpful?