This method can be used to export specific credit card transaction details.
Export Transaction by Transaction ID
post /v3/transaction/export/{transaction_id}
Parameters
transaction_id required
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Request Schema
transaction_type
Type
stringExample
SALELoading...
customer_label
Type
stringExample
test_customer_idLoading...
created
Type
objectLoading...
include_bin
Type
booleanExample
falseLoading...
including_text
Type
stringExample
falseLoading...
Example Request
Example Response
200 Successful Response
422 Validation Error
Export Transactions by Date Range
post /v3/transactions/export/by-date
This method can be used to export a set of credit card transaction details with a provided date range. You can optimize your search by providing optional parameters.
Parameters
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Request Schema
transaction_type
Type
stringExample
SALELoading...
customer_label
Type
stringExample
test_customer_idLoading...
created
Type
objectLoading...
include_bin
Type
booleanExample
falseLoading...
including_text
Type
stringExample
falseLoading...
start_date required
Type
stringRange
8 to 10 charactersExample
09/01/2023Loading...
end_date required
Type
stringRange
8 to 10 charactersExample
09/01/2023Loading...
transaction_id
Type
stringExample
123456789Loading...
Example Request
Example Response
200 Successful Response
422 Validation Error
Export Surcharge Transaction by Transaction ID
get /v3/transaction/surcharge/export/{transaction_id}
This method can be used to export specific Surcharge transaction details.
Parameters
transaction_id required
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Example Response
200 Successful Response
422 Validation Error