Get list of events between a date/time range and event type
Query parameters
from date of events to be searched (this date is inclusive).
to date of events to be searched (this date is exclusive)
event types to find
Response
OK
Example response
[
{
"amount": 100,
"card_brand": "visa",
"event_type": "PAYMENT_CREATED",
"gateway_account_id": "1",
"is_moto": true,
"is_recurring": true,
"payment_provider": "sandbox",
"resource_external_id": "9np5pocnotgkpp029d5kdfau5f",
"resource_type": "payment",
"service_external_id": "HrMU7UgY7OUM8fgT2bZCTKzvKu",
"source": "CARD_API",
"transaction_type": "PAYMENT",
"wallet_type": "APPLE_PAY"
}
]Changes
Changed in 12 of the 34 revisions of this API.4208
- ▲
for the
queryrequest parameterfrom_date, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
for the
queryrequest parameterto_date, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
- ○
for the
queryrequest parameterfrom_date, the minLength was decreased from1to0request-parameter-min-length-decreased
- ○
for the
queryrequest parameterto_date, the minLength was decreased from1to0request-parameter-min-length-decreased
- ○
- ▲
for the
queryrequest parameterfrom_date, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
for the
queryrequest parameterto_date, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
- ●
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 optional
queryrequest parameterevent_typesnew-optional-request-parameter
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-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
- ●