Welcome to Zuora Product Documentation

Explore our rich library of product information

Fields returned in rawGatewayInfo

The rawGatewayInfo field, returned in Payment Pages 2.0 responses, includes common response fields and additional gateway information, supported by various gateway integration versions.

If you have enabled the Payment Pages 2.0 setting to return raw gateway information, the rawGatewayInfo field will be returned in the Payment Pages 2.0 response. This field is supported by the following gateway integration versions:

  • Adyen Integration v2.0

  • Chase Paymentech Orbital Gateway

  • Chase Paymentech Orbital Gateway, API v7.0.1

  • CyberSource, Payment API v2.0

  • CyberSource Enterprise Gateway, API v1.97

The rawGatewayInfo field consists of two components: common response fields and additional gateway information. The following code snippet is an example of this field:

rawGatewayInfo={
   "type":"Orbital",
   "version":"3",
   "responseCode":"68",
   "responseMessage":"Invalid CC Number",
   "additionalInfo":{
      "AVSRespCode":"3 ",
      "CVV2RespCode":" ",
      "CAVVRespCode":"",
      "HostAVSRespCode":" ",
      "HostCVV2RespCode":" ",
      "CTIAffluentCard":""
   }
}

Common response fields

The following fields are returned as common response fields in rawGatewayInfo :

  • type

  • version

  • responseCode

  • responseMessage