v1
latestOpenAPI 3.0.12026-07-2412502.6 MBTransactions
Get a transaction
Get transaction details by specific transaction ID. Query params will determine the level of transaction details returned. Expand on the information returned by including 'with' in the query parameters to include additional details of the transaction. For multiple attributes, separate with a comma (example : with=sale,credits)
get/transactions/{transaction_id}
Query parameters
with'order' | 'order_revisions' | 'line_items' | 'sale' | 'credits' | 'customer' | 'customer_card' | 'customer_address_billing' | 'customer_address_shipping' | 'shipments' | 'campaign' | 'merchant' | 'route_logs' | 'actions'
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=order,customer)
Response
OK
Example response
{
"date_scheduled": "2023-04-01 00:00:00",
"date_complete": "2023-04-01 00:00:00",
"date_cancelled": "2023-04-01 00:00:00",
"date_skip": "2023-04-01 00:00:00",
"date_batch": "2023-04-01 00:00:00",
"date_deposit": "2023-04-01 00:00:00",
"date_request": "2023-04-01 00:00:00",
"date_response": "2023-04-01 00:00:00",
"rebill_date": "2023-04-01 00:00:00",
"original_attempt_date": "2023-04-01 00:00:00",
"parent_date_complete": "2023-04-01 00:00:00",
"chargeback_date": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"order": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"date_authorized": "2023-04-01 00:00:00",
"date_auto_capture": "2023-04-01 00:00:00",
"date_ordered": "2023-04-01 00:00:00",
"date_capture": "2023-04-01 00:00:00"
},
"order_revisions": [
{
"date_modified": "2023-04-01 00:00:00"
}
],
"customer": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"customer_cards": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}
],
"customer_addresses": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}
]
},
"customer_card": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"customer_address_billing": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"customer_address_shipping": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"merchant": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"sale": {
"date_sale": "2023-04-01 00:00:00",
"date_attempt": "2023-04-01 00:00:00"
},
"credits": [
{
"date_scheduled": "2023-04-01 00:00:00",
"date_complete": "2023-04-01 00:00:00",
"date_cancelled": "2023-04-01 00:00:00",
"date_skip": "2023-04-01 00:00:00",
"date_batch": "2023-04-01 00:00:00",
"date_deposit": "2023-04-01 00:00:00",
"date_request": "2023-04-01 00:00:00",
"date_response": "2023-04-01 00:00:00",
"rebill_date": "2023-04-01 00:00:00",
"original_attempt_date": "2023-04-01 00:00:00",
"parent_date_complete": "2023-04-01 00:00:00",
"chargeback_date": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}
],
"line_items": [
{
"date_complete": "2023-04-01 00:00:00"
}
],
"shipments": [
{
"date_cancel": "2023-04-01 00:00:00",
"date_scheduled": "2023-04-01 00:00:00",
"date_complete": "2023-04-01 00:00:00",
"date_scan": "2023-04-01 00:00:00",
"date_deliver": "2023-04-01 00:00:00",
"date_return": "2023-04-01 00:00:00",
"date_skip": "2023-04-01 00:00:00",
"date_rma": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"customer_address_billing": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"customer_address_shipping": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"tracking_history": [
{
"date": "2023-04-01 00:00:00"
}
]
}
],
"route_logs": [
{
"date_complete": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00"
}
]
}