GetTransaction

The GetTransaction operation is used to fetch details of a transaction referred by the transactionId.

[Note]Note

You can query only for transactions on your account.

ParameterDescriptionTypeConstraints

TransactionId

Specifies a transaction Id for the query.

String

Max size = 35 characters

Required

ElementDescriptionTypeAvailability

Transaction

Specifies the transaction details.

TransactionDetail

Returned only if status=success

Status

Specifies the status of the request

ResponseStatus

Always returned

Errors

Contains an error code that describes the reason for the failure of the request ServiceErrors Returned only if status=failure

RequestId

Amazon FPS returns a request Id for every request. This value is important for debugging purposes. See the RequestId Response Parameter topic for more information about this parameter.

String

Max size = 39 characters

Always returned