GetTransactionStatusResult

  • GetTransactionStatus result codes indicate the status of the lookup operation, not the transaction itself.

  • A successful lookup is represented by the success field in the JSON response, with an Empty object.

  • If the transaction lookup fails due to an internal error, a non-200 HTTP error code should be returned.

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:
success

object (Empty)

Successful lookup.

End of mutually exclusive fields.