DeclinedByIssuer

  • 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.

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.