v1

latestOpenAPI 3.0.02026-07-262561105.1 KB
Transactions API

List Transaction Events

Lists transaction events.

get/transactions/events

Query parameters

transaction_type'charge' required

Type of transaction to be listed, list one of charge.

transaction_event_type'authorize' | 'capture' | 'refund' | 'void' | 'all' required

Type of transaction events to be listed, list one of authorize, capture, refund, void, or all.

limitstring

Max number of transaction events to list per page.

before_datestring

End date of query.

after_datestring

Start date of query.

before_aristring

Optional end event ARI of query, used during pagination. Mutually exclusive with the 'after_ari' query parameter - i.e. only one of 'after_ari' or 'before_ari' can be specified in one request.

after_aristring

Optional end event ARI of query, used during pagination. Mutually exclusive with the 'after_ari' query parameter - i.e. only one of 'after_ari' or 'before_ari' can be specified in one request.

merchant_idstring

Optional ARI of merchant issuing the list events request.

Response

HTTP 200 OK