TransactionResultNotKnownYet

  • The JSON response provides details about the reason for an unknown transaction result.

  • The reason field can have the value creditStatusUnknown, indicating the credit leg of a real-time payment is unknown while the debit leg is successful.

  • creditStatusUnknown is represented by an empty object, signaling a lack of specific details regarding the unknown credit status.

Transaction result not known yet.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "creditStatusUnknown": {
    object (Empty)
  }
  // End of mutually exclusive fields.
}
Fields
REQUIRED: Code specifying the reason behind the transaction result not being known. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
creditStatusUnknown

object (Empty)

Credit status unknown. This is one of the common scenarios where a transaction is unknown in a real time payment system when debit leg is successful but the credit leg is unknown.

End of mutually exclusive fields.