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