Get a collection of transactions matching the supplied criteria. At least one parameter is required.

Specify the search in the URL query string. Possible query keys are below Example: GET [base_url]transaction/search?date=2022-03-22&amount=1.02 will get all transactions run on the 22nd of march 2022 for $1.02.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The Transaction date to search for. Formatted as yyyy-mm-dd

string

The start date of a range to search through. Formatted as yyyy-mm-dd. Cannot be used in conjunction with date query parameter. Must be used with datetime_end query parameter.

string

The end date of a range to search through. Formatted as yyyy-mm-dd. Cannot be used in conjunction with date query parameter. Must be used with datetime_start query parameter.

string

The Transaction amount. Decimal with no currency symbol.

string

The Customer's first name. If there are spaces, they should be url encoded.

string

The Customer's last name. If there are spaces, they should be url encoded.

custom_fields
object

Any Custom Fields that are sent in with a transaction can be searched. Use the Custom Field's key as the query parameter name and the Custom Field's value as the query parameter value.

string

The Transaction's status. Either approved, declined or scheduled.

string

The Transaction's type. Either sale, auth, refund, void (comma seperate for multiple).

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json