AdditionalTransactionProcessingResult
Stay organized with collections
Save and categorize content based on your preferences.
Response information pertaining to data sent in AdditionalTransactionProcessingOptions
.
Fields |
Union field stored_credential_result . REQUIRED: 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.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-29 UTC."],[[["\u003cp\u003eThis document outlines the response information related to data sent in \u003ccode\u003eAdditionalTransactionProcessingOptions\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt describes the \u003ccode\u003estored_credential_result\u003c/code\u003e field, which indicates the result of Stored Credential usage with three possible values: \u003ccode\u003estoredCredentialInformationSuccessful\u003c/code\u003e, \u003ccode\u003estoredCredentialInformationUnsupported\u003c/code\u003e, and \u003ccode\u003estoredCredentialInformationNotSent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStoredCredentialTransactionInformationSuccessful\u003c/code\u003e provides the \u003ccode\u003enetworkTransactionIdentifier\u003c/code\u003e if stored credentials were successfully used.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStoredCredentialTransactionInformationSentUnsupported\u003c/code\u003e includes a \u003ccode\u003ereasonDescription\u003c/code\u003e explaining why stored credentials couldn't be used.\u003c/p\u003e\n"]]],["The core content describes the `stored_credential_result` field, which indicates the outcome of using stored credentials in a transaction. The result can be one of three types: `storedCredentialInformationSuccessful`, meaning credentials were used correctly; `storedCredentialInformationUnsupported`, meaning credentials were sent but not usable, providing a `reasonDescription`; or `storedCredentialInformationNotSent`, meaning no credentials were sent. If the credentials were used successfully, a `networkTransactionIdentifier` is provided. The data is represented in JSON format.\n"],null,["# AdditionalTransactionProcessingResult\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [StoredCredentialTransactionInformationSuccessful](#StoredCredentialTransactionInformationSuccessful)\n - [JSON representation](#StoredCredentialTransactionInformationSuccessful.SCHEMA_REPRESENTATION)\n- [StoredCredentialTransactionInformationSentUnsupported](#StoredCredentialTransactionInformationSentUnsupported)\n - [JSON representation](#StoredCredentialTransactionInformationSentUnsupported.SCHEMA_REPRESENTATION)\n\nResponse information pertaining to data sent in `AdditionalTransactionProcessingOptions`.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `stored_credential_result` can be only one of the following: \"storedCredentialInformationSuccessful\": { object (/pay/card-fop-v1/payment-integrator-card-fop-api/AdditionalTransactionProcessingResult#StoredCredentialTransactionInformationSuccessful) }, \"storedCredentialInformationUnsupported\": { object (/pay/card-fop-v1/payment-integrator-card-fop-api/AdditionalTransactionProcessingResult#StoredCredentialTransactionInformationSentUnsupported) }, \"storedCredentialInformationNotSent\": { object (/pay/card-fop-v1/payment-integrator-card-fop-api/Empty) } // End of list of possible types for union field `stored_credential_result`. } ``` |\n\n| Fields ||\n|------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `stored_credential_result`. **REQUIRED** : Describes the result of Stored Credential usage. `stored_credential_result` can be only one of the following: ||\n| `storedCredentialInformationSuccessful` | `object (`[StoredCredentialTransactionInformationSuccessful](/pay/card-fop-v1/payment-integrator-card-fop-api/AdditionalTransactionProcessingResult#StoredCredentialTransactionInformationSuccessful)`)` Stored Credentials were sent on the request and properly used for the transaction. |\n| `storedCredentialInformationUnsupported` | `object (`[StoredCredentialTransactionInformationSentUnsupported](/pay/card-fop-v1/payment-integrator-card-fop-api/AdditionalTransactionProcessingResult#StoredCredentialTransactionInformationSentUnsupported)`)` Stored Credentials were sent on the request, but could not be properly used for the transaction. |\n| `storedCredentialInformationNotSent` | `object (`[Empty](/pay/card-fop-v1/payment-integrator-card-fop-api/Empty)`)` Stored Credentials were not sent on the request. |\n\nStoredCredentialTransactionInformationSuccessful\n------------------------------------------------\n\nInformation resulting from the usage of sent `StoredCredentialTransactionInformation`.\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"networkTransactionIdentifier\": string } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n\nStoredCredentialTransactionInformationSentUnsupported\n-----------------------------------------------------\n\nStored Credential information was sent, but was not able to be used.\n\n| JSON representation |\n|-----------------------------------------|\n| ``` { \"reasonDescription\": string } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------|\n| `reasonDescription` | `string` **REQUIRED**: A description for why StoredCredentialTransactionInformation was not able to be used. |"]]