Result codes for GetTransactionStatus. This indicates the status of the lookup operation and not the actual transaction. If the transaction look up failed due to some internal error, the partner should return a non 200 Http error code.
JSON representation
{// The following is a list of mutually exclusive fields. At most one of the// fields will be set in a response:"success": {object (Empty)}// End of mutually exclusive fields.}
Fields
REQUIRED: The result of the GetTransactionStatus call. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-09-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-09-08 UTC."],[],["The content defines result codes for a `GetTransactionStatus` operation, clarifying that these codes reflect the lookup's success, not the transaction's. A successful lookup is represented by a JSON structure with a `success` field, an object of type `Empty`. The `result` field can only contain one of the defined options, with the only option being the `success` object which means that the look up was successful. Failed lookups should return non-200 HTTP error codes.\n"]]