Changes to 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

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. ef12d134c1151
  2. 6a7b3b19bd401
  3. 8563b7d75ea61
  4. d06cd3b61b6c1
  5. fdbb87a0f0b31
  6. 6ad00fd5c18a2
  7. c567a4087099104
  8. fb0fe85883fd2
  9. 4537560d10e81

What changed

    • 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