Get Transaction Details

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

Path parameters

transactionIdstringRequiredformat: "uuid"
Unique identifier for the transaction.

Response

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

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error