Get subscription stats

Retrieves the subscription statistics for a given interval for a paypoint or organization.

Authentication

requestTokenstring
API Key authentication via header

Path Parameters

entryIdlongRequired
Identifier in Payabli for the entity.
intervalstringRequired
Interval to get the data. Allowed values: - `all` - all intervals - `30` - 1-30 days - `60` - 31-60 days - `90` - 61-90 days - `plus` - +90 days
levelintegerRequired

The entry level for the request:

  • 0 for Organization
  • 2 for Paypoint

Query Parameters

parametersmap from strings to optional stringsOptional
List of parameters

Response

Success
statXstring
Statistical grouping identifier
inTransactionsinteger
Number of incoming transactions
inTransactionsVolumedouble
Volume of incoming transactions
inWalletTransactionsinteger
Number of incoming wallet transactions
inWalletVolumedouble
Volume of incoming wallet transactions

Errors