Get platform performance report (total volume and total_amount) for the date range and transaction state. Queries transaction_summary table for stats
Query parameters
From date of the transaction summary to be searched (this date is inclusive). Required when to_date is provided
To date of the transaction summary to be searched (this date is inclusive). Required when from_date is provided
Transaction state
Response
OK
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_MINIMUMenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
NON_HTTPS_RETURN_URL_NOT_ALLOWED_FOR_A_LIVE_ACCOUNTenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
CARD_NUMBER_IN_PAYMENT_LINK_REFERENCE_REJECTEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
IDEMPOTENCY_KEY_USEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
RECURRING_CARD_PAYMENTS_NOT_ALLOWEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
INCORRECT_AUTHORISATION_MODE_FOR_SAVE_PAYMENT_INSTRUMENT_TO_AGREEMENTenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
REFUND_NOT_AVAILABLE_DUE_TO_DISPUTEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
ACCOUNT_DISABLEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
AGREEMENT_NOT_ACTIVEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
AUTHORISATION_API_NOT_ALLOWEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
AUTHORISATION_ERRORenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
AUTHORISATION_REJECTEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
AUTHORISATION_TIMEOUTenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
CARD_NUMBER_REJECTEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
INVALID_ATTRIBUTE_VALUEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
MISSING_MANDATORY_ATTRIBUTEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
UNEXPECTED_ATTRIBUTEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
LOSTto thequeryrequest parameterstaterequest-parameter-enum-value-added
- ○
added the new enum value
NEEDS_RESPONSEto thequeryrequest parameterstaterequest-parameter-enum-value-added
- ○
added the new enum value
UNDER_REVIEWto thequeryrequest parameterstaterequest-parameter-enum-value-added
- ○
added the new enum value
WONto thequeryrequest parameterstaterequest-parameter-enum-value-added
- ●
- ●
added the new
ONE_TIME_TOKEN_ALREADY_USEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
ONE_TIME_TOKEN_INVALIDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○