DeclinedByIssuer
This decline code should never be used in steady-state. It is meant as a temporary catch-all code to use when the integrator encounters an unknown decline code from the underlying issuer of the user's instrument. This result code can be used while the integrator determines a more appropriate result code to use or negotiates the addition of a new result code to this specification.
JSON representation |
{
"rawResult": {
object (RawResult )
}
} |
Fields |
rawResult |
object (RawResult )
OPTIONAL: Raw result of this event. Used to help inform Google's risk engine and analytics. In decline code–mapping situations, data is sometimes lost. The integrator can choose to give Google a rawcode. For example, a credit card gateway (the integrator) may use this field to communicate to Google the exact decline code that was received from the VISA network. In that case, the scope would be "visa" and the rawCode would be whatever the VISA network returned.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["This decline code is a temporary solution for unknown decline codes from the issuer."],["Integrators should use this code while determining a more appropriate or negotiating a new result code."],["The `rawResult` field allows integrators to provide Google with the raw decline code for risk analysis."],["Using the `rawResult` field with scope and raw code can help Google understand the reason for decline, like a specific code from VISA network."]]],["The document defines a temporary \"catch-all\" decline code for integrators encountering unknown issuer decline codes. Integrators can use this code while identifying a more suitable one or requesting a new code be added. The `rawResult` field, an optional object, allows integrators to provide the exact raw decline code received from the issuer. The raw code is specified with its scope, like \"visa\" and its returned raw code. This will help Google's risk engine.\n"]]