Advanced Transaction Search with Pagination
Searches for transactions using expanded filters such as transactionId, gatewayTransactionId, bin, authCodes, product and campaign filters. For broad range searches (for pulling large dataset) where only the date range is provided, a maximum of 7 days is allowed, i.e dateFrom must equal dateTo. There is also a rate limit of 40 requests per minute on this endpoint for broad range searches. Transactions that are refunded / chargedback / have associated alerts will not themselves be updated. Instead, there is a new refund / chargeback / alert transaction that can be linked to the original transaction by way of the ‘originalTransactionId’ field. These transactions are identifiable by their ‘applicationId’. 200=Refund 201=Chargeback 202=CB Alert (RDR/Ethoca)
Authorizations
Your Paysight API key
Headers
Your Paysight Tenant/Client Id. This is the id of the parent company listed in https://app.paysight.io/management/companies. Alternatively, this will be provided by Paysight
The email address of the party or group making the request
Body
Pagination filter. Set to 1 by default or omit on initial request.
Response
List of matching transactions
The response payload for transaction search endpoint