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.

transactionIdstringOptional

Unique identifier for the transaction.

statusstringOptional

Current status of the transaction.

createdAtlist of datetimesOptional
checkoutSessionobjectOptional
paymentAttemptslist of objectsOptional
refundslist of objectsOptional
paymentRuleslist of objectsOptional

List of payment rules that affected the transaction.

settlementDataobjectOptional

Optional settlement data for transactions in the “settled” state.

Errors