Contains a network and a raw result code from that network.
JSON representation |
---|
{
"rawResult": {
object ( |
Fields | |
---|---|
raw |
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". |
authorization |
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
Raw result object.
JSON representation |
---|
{ "scope": string, "rawCode": string } |
Fields | |
---|---|
scope |
OPTIONAL: Scope of the rawCode, can be empty. |
raw |
REQUIRED: Raw code from the integrator or subsystems within it. |