Get Order Transaction List

Retrieve a list of order transactions, including details such as transaction status, payment channel, and other related information.

🔒

Requires read_order access scope. More access scope

The Get Order Transaction List allows users to retrieve a list of order transactions, including details such as transaction status, payment channel, and other related information.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
order_idstringYesUnique identifier of the order"order_123456789"

Query Parameters

ParameterTypeRequiredDescriptionExample
statusstringNoFilter by transaction status"success"
payment_channelstringNoFilter by payment processor"paypal"

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"200"HTTP status code
messagestring"Success"Operation result message
data. transactionsarray of objects-List of transactions
data.transactions.idstring"trans_987654"Transaction ID
data.transactions.order_idstring"order_123456789"Associated order ID
data.transactions.payment_channelstring"stripe"Payment processor
data.transactions.messagestring"Payment approved"Status message
data.transactions.created_atstring"2025-06-24T14:30:00Z"Creation timestamp
data.transactions.testbooleanfalseTest mode flag
data.transactions.error_codestring""Error code if failed
data.transactions.amountstring"129.99"Transaction amount
data.transactions.currencystring"USD"Currency code
data.transactions.trade_idstring"ch_123456789"Processor reference ID
data.transactions.statusstring"success"Current status
data.transactions. payment_namestring"VISA-4242"Payment method display name
data.transactions. payment_detailobject-Payment card details
data.transactions. payment_detail.card_numberstring"************4242"Masked card number
data.transactions. payment_detail.card_monthstring"12"Expiration month
data.transactions. payment_detail.card_yearstring"2026"Expiration year
data.transactions. payment_detail.card_first_namestring"John"Cardholder first name
data.transactions. payment_detail.card_last_namestring"Doe"Cardholder last name
data.transactions. payment_detail.card_first_fixstring"4242"First card digits
data.transactions. payment_detail.card_last_fourstring"4242"Last card digits
data.transactions. payment_detail.avs_result_codestring"Y"Address verification code
data.transactions. payment_detail.cvv_result_codestring"M"CVV check code

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!