AdditionalTransactionProcessingResult

Response information pertaining to data sent in AdditionalTransactionProcessingOptions.

JSON representation
{

  // Union field stored_credential_result can be only one of the following:
  "storedCredentialInformationSuccessful": {
    object (StoredCredentialTransactionInformationSuccessful)
  },
  "storedCredentialInformationUnsupported": {
    object (StoredCredentialTransactionInformationSentUnsupported)
  },
  "storedCredentialInformationNotSent": {
    object (Empty)
  }
  // End of list of possible types for union field stored_credential_result.
}
Fields
Union field stored_credential_result. Describes the result of Stored Credential usage. stored_credential_result can be only one of the following:
storedCredentialInformationSuccessful

object (StoredCredentialTransactionInformationSuccessful)

Stored Credentials were sent on the request and properly used for the transaction.

storedCredentialInformationUnsupported

object (StoredCredentialTransactionInformationSentUnsupported)

Stored Credentials were sent on the request, but could not be properly used for the transaction.

storedCredentialInformationNotSent

object (Empty)

Stored Credentials were not sent on the request.

StoredCredentialTransactionInformationSuccessful

Information resulting from the usage of sent StoredCredentialTransactionInformation.

JSON representation
{
  "networkTransactionIdentifier": string
}
Fields
networkTransactionIdentifier

string

REQUIRED: The transaction identifier provided by the network for usage in subsequent payments as part of the CIT / MIT framework. This value should be returned when stored credential information is supplied in the request and the network is able to provide a value. Sometimes known as authorization trace identifier.

StoredCredentialTransactionInformationSentUnsupported

Stored Credential information was sent, but was not able to be used.

JSON representation
{
  "reasonDescription": string
}
Fields
reasonDescription

string

REQUIRED: A description for why StoredCredentialTransactionInformation was not able to be used.