Search transactions

Searches for transactions that match the provided query. The returned transactions are ordered by their transaction_time timestamp in descending order.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Matches any transaction whom's amount is greater than the provided amount in cents.

string

Matches any transaction whom's amount is less than the provided amount in cents.

string

Matches any transaction whom's amount is equal to the provided amount in cents.

string

Returns any transaction whom's transaction time was before the provided timestamp. The format of the timestamp must be in ISO 8601 format.

string

Returns any transaction whom's transaction time was after the provided timestamp. The format of the timestamp must be in ISO 8601 format.

string

Returns any transaction that occurred at the provided location ID.

string

Returns any transaction of the provided transaction type.

string

A cursor is returned in the response of a gift card search request. The returned cursor can be provided and will return the next page of results from the initial search request. If a cursor is provided all other parameters are ignored and the parameters of the original search request are used.

int32
Defaults to 25

The maximum amount of results that will be returned. Defaults to 25 and the maximum allowed value is 50.

Responses

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