PayeeProxyNotRegistered

  • The payee proxy is not registered, indicating an issue with the payment process.

  • The API response is represented in JSON format and may contain a rawResult object for analysis.

  • The rawResult object provides detailed information about the event, including a raw code and scope, potentially indicating the reason for failure.

  • Integrators can use the rawResult object to provide Google with more context for risk assessment and analytics.

The payee proxy is not registered.

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 raw code. 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.