Transaction records are real time results of your card transactions as they exist in our systems. In contrast to the export endpoints, which may be slightly time delayed in order to provide large data sets in an expeditious manner, these endpoints are for more fine tuned time/set sizes (limit of 50 records per request - for larger, see the Exports section).
Transaction Records
Transaction By ID
get /v3/card/transaction/{transaction_id}
Get a single transaction record based on the transaction ID.
Parameters
transaction_id required
Type
stringLoading...
merchant_id required
Type
integerLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Example Response
200 Successful Response
422 Validation Error
Capturable
get /v3/card/transactions/capturable/{merchant_id}
Returns a list of all transactions that can have a follow up 'capture' event applied to them.
Parameters
merchant_id required
Type
integerLoading...
date_from
Type
stringLoading...
date_to
Type
stringLoading...
limit
Type
integerDefault
50Loading...
offset
Type
integerDefault
0Loading...
search_term
Type
stringLoading...
order_id
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Example Response
200 Successful Response
422 Validation Error
Voidable
get /v3/card/transactions/voidable/{merchant_id}
Returns a list of all transactions that can have a follow up 'void' event applied to them.
Parameters
merchant_id required
Type
integerLoading...
date_from
Type
stringLoading...
date_to
Type
stringLoading...
limit
Type
integerDefault
50Loading...
offset
Type
integerDefault
0Loading...
search_term
Type
stringLoading...
order_id
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Example Response
200 Successful Response
422 Validation Error
Refundable
get /v3/card/transactions/refundable/{merchant_id}
Returns a list of all transactions that can have a follow up 'refund' event applied to them.
Parameters
merchant_id required
Type
integerLoading...
date_from
Type
stringLoading...
date_to
Type
stringLoading...
limit
Type
integerDefault
50Loading...
offset
Type
integerDefault
0Loading...
search_term
Type
stringLoading...
order_id
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Example Response
200 Successful Response
422 Validation Error