Get Transaction Details

Retrieves the details of a specific transaction, including checkout session, payment attempts, and refunds.

Path parameters

transactionIdstringRequired
Unique identifier for the transaction.

Response

Transaction details retrieved successfully.
transactionIdstring or null
Unique identifier for the transaction.
statusstring or null
Current status of the transaction.
createdAtlist of datetimes or null
checkoutSessionobject or null
paymentAttemptslist of objects or null
refundslist of objects or null
paymentRuleslist of objects or null
List of payment rules that affected the transaction.
settlementDataobject or null
Optional settlement data for transactions in the "settled" state.

Errors