Page Summary
-
Transaction results are not yet determined and represented in JSON format.
-
The
reasonfield provides a code for why the transaction result is unknown. -
A common scenario for unknown results is when the debit is successful but the credit status is unknown, represented by the
creditStatusUnknownreason code.
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 ( |
| Fields | |
|---|---|
| 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 |
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. | |