This method can be used to export specific credit card transaction details.
B2B Payment API
Export Transaction by Transaction ID
post /v3/transaction/export/{transaction_id}
Parameters
transaction_id required
string
Loading...
X-Integrator-Id
string
Maximum:
12Loading...
X-Permalinks
string
Maximum:
4Loading...
Request Schema
transaction_type
string
Example:
SALE
Loading...
customer_label
string
Example:
test_customer_id
Loading...
created
object
Loading...
include_bin
boolean
Example:
false
Loading...
including_text
string
Example:
false
Loading...
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
string
Maximum:
12Loading...
X-Permalinks
string
Maximum:
4Loading...
Request Schema
transaction_type
string
Example:
SALE
Loading...
customer_label
string
Example:
test_customer_id
Loading...
created
object
Loading...
include_bin
boolean
Example:
false
Loading...
including_text
string
Example:
false
Loading...
start_date required
string8 to 10 characters
Example:
09/01/2023
Loading...
end_date required
string8 to 10 characters
Example:
09/01/2023
Loading...
transaction_id
string
Example:
123456789
Loading...
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
string
Loading...
X-Integrator-Id
string
Maximum:
12Loading...
X-Permalinks
string
Maximum:
4Loading...
Example Response
200 Successful Response
422 Validation Error