Welcome to Zuora Product Documentation

Explore our rich library of product information

Supported gateway option fields

Learn about the supported gateway option fields for the Opayo Direct gateway integration, including their usage in Payment Pages 2.0 and REST API operations.

You can submit additional information to the Opayo Direct gateway using gateway options. Currently, Opayo Direct gateway integration supports the following gateway options fields.

Note:

All Gateway Options fields are string fields.

Gateway option field

Zuora API field

Zuora Payment Page client parameter

Description

AccountType

gatewayOptions.AccountType

param_gwOptions_AccountType

Specify the type of the account as either E for Ecommerce or M for MOTO.

If AccountType is E , the end customers might be challenged by 3D Secure.

See Opayo’s documentation for more information.

  • CustomerIpAddress

  • UserAgent

  • AcceptHeader

  • AcceptLanguage

  • BrowserJavaEnabled

  • BrowserJavascriptEnabled

  • gatewayOptions.CustomerIpAddress

  • gatewayOptions.UserAgent

  • gatewayOptions.AcceptHeader

  • gatewayOptions.AcceptLanguage

  • gatewayOptions.BrowserJavaEnabled

  • gatewayOptions.BrowserJavascriptEnabled

  • param_gwOptions_CustomerIpAddress

  • param_gwOptions_UserAgent

  • param_gwOptions_AcceptHeader

  • param_gwOptions_AcceptLanguage

  • param_gwOptions_BrowserJavaEnabled

  • param_gwOptions_BrowserJavascriptEnabled

These fields are required only if AccountType is E .

See Opayo’s documentation for detailed description.

  • BrowserColorDepth

  • BrowserScreenHeight

  • BrowserScreenWidth

  • BrowserTZ

  • gatewayOptions.BrowserColorDepth

  • gatewayOptions.BrowserScreenHeight

  • gatewayOptions.BrowserScreenWidth

  • gatewayOptions.BrowserTZ

  • param_gwOptions_BrowserColorDepth

  • param_gwOptions_BrowserScreenHeight

  • param_gwOptions_BrowserScreenWidth

  • param_gwOptions_BrowserTZ

These fields are required only if BrowserJavascriptEnabled is 1 .

See Opayo’s documentation for detailed description.

  • RecurringFrequency

  • RecurringExpiry

  • gatewayOptions.RecurringFrequency

  • gatewayOptions.RecurringExpiry

  • param_gwOptions_RecurringFrequency

  • param_gwOptions_RecurringExpiry

These fields are used for the stored credential transactions.

See Opayo’s documentation for detailed descriptions.

You can use these fields in Payment Pages 2.0 or the following REST API:

  • Create a payment

  • Create a payment method

  • Refund a payment