- JSON representation
- StoredCredentialTransactionInformationSuccessful
- StoredCredentialTransactionInformationSentUnsupported
Response information pertaining to data sent in AdditionalTransactionProcessingOptions
.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field stored_credential_result . Describes the result of Stored Credential usage. stored_credential_result can be only one of the following: |
|
stored |
Stored Credentials were sent on the request and properly used for the transaction. |
stored |
Stored Credentials were sent on the request, but could not be properly used for the transaction. |
stored |
Stored Credentials were not sent on the request. |
StoredCredentialTransactionInformationSuccessful
Information resulting from the usage of sent StoredCredentialTransactionInformation
.
JSON representation |
---|
{ "networkTransactionIdentifier": string } |
Fields | |
---|---|
network |
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 | |
---|---|
reason |
REQUIRED: A description for why StoredCredentialTransactionInformation was not able to be used. |