Reports

Get platform performance report (total volume and total_amount) for the date range and transaction state. Queries transaction_summary table for stats

get/v1/report/performance-report

Query parameters

from_datestring

From date of the transaction summary to be searched (this date is inclusive). Required when to_date is provided

to_datestring

To date of the transaction summary to be searched (this date is inclusive). Required when from_date is provided

state'UNDEFINED' | 'STARTED' | 'CAPTURABLE' | 'FAILED_REJECTED' | 'FAILED_EXPIRED' | 'FAILED_CANCELLED' | 'CANCELLED' | 'CREATED' | 'SUBMITTED' | 'SUCCESS' | 'ERROR' | 'ERROR_GATEWAY' | 'NEEDS_RESPONSE' | 'UNDER_REVIEW' | 'LOST' | 'WON'

Transaction state

Response

OK

average_amountnumber
total_amountnumber
total_volumeinteger

Example response

{
  "average_amount": 1000,
  "total_amount": 1000,
  "total_volume": 1
}

Changes

Changed in 9 of the 34 revisions of this API.195

    • added the new AMOUNT_BELOW_MINIMUM enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NON_HTTPS_RETURN_URL_NOT_ALLOWED_FOR_A_LIVE_ACCOUNT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CARD_NUMBER_IN_PAYMENT_LINK_REFERENCE_REJECTED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new IDEMPOTENCY_KEY_USED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RECURRING_CARD_PAYMENTS_NOT_ALLOWED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INCORRECT_AUTHORISATION_MODE_FOR_SAVE_PAYMENT_INSTRUMENT_TO_AGREEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new REFUND_NOT_AVAILABLE_DUE_TO_DISPUTE enum value to the response property for the response status

      response-property-enum-value-added

  • c567a4087099104See the full diff
    • added the new ACCOUNT_DISABLED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AGREEMENT_NOT_ACTIVE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AUTHORISATION_API_NOT_ALLOWED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AUTHORISATION_ERROR enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AUTHORISATION_REJECTED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AUTHORISATION_TIMEOUT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CARD_NUMBER_REJECTED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INVALID_ATTRIBUTE_VALUE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MISSING_MANDATORY_ATTRIBUTE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new UNEXPECTED_ATTRIBUTE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new enum value LOST to the query request parameter state

      request-parameter-enum-value-added

    • added the new enum value NEEDS_RESPONSE to the query request parameter state

      request-parameter-enum-value-added

    • added the new enum value UNDER_REVIEW to the query request parameter state

      request-parameter-enum-value-added

    • added the new enum value WON to the query request parameter state

      request-parameter-enum-value-added

    • added the new ONE_TIME_TOKEN_ALREADY_USED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ONE_TIME_TOKEN_INVALID enum value to the response property for the response status

      response-property-enum-value-added

    • endpoint added

      endpoint-added