CardNetworkResult
Stay organized with collections
Save and categorize content based on your preferences.
Contains a network and a raw result code from that network.
JSON representation |
{
"rawResult": {
object (RawResult )
},
"authorizationCode": string
} |
Fields |
rawResult |
object (RawResult )
REQUIRED: The raw response code from the network to this call. This is informational only. If this is a ISO 8583 code, set scope to "Iso8583Code". If this is a Merchant Advice Code, set scope to "MerchantAdviceCode".
|
authorizationCode |
string
The Authorization Verification Code returned from the Card Network during the reservation of funds. Any time that this Code is provided by the network, it should be returned to Google. Common names for this field include: Auth code, Verification Code, Authorization Number, Authorization ID, Approval Code
|
RawResult
JSON representation |
{
"scope": string,
"rawCode": string
} |
Fields |
scope |
string
OPTIONAL: Scope of the rawCode, can be empty.
|
rawCode |
string
REQUIRED: Raw code from the integrator or subsystems within it.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 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 2024-10-30 UTC."],[[["CardNetworkResult contains a network and a raw result code from that network."],["It includes fields for rawResult (the raw response code) and authorizationCode (the Authorization Verification Code)."],["RawResult object has fields for scope (scope of the rawCode) and rawCode (code from the integrator or subsystems)."],["`rawResult` is required and provides the raw response code from the network, while `authorizationCode` returns the Authorization Verification Code."],["The scope of `rawCode` within RawResult can be \"Iso8583Code\" or \"MerchantAdviceCode\" depending on the type of code."]]],[]]