Skip to main content

Gateway Options fields supported by FiservCommerceHub

Zuora

Gateway Options fields supported by FiservCommerceHub

This payment gateway integration can be requested through the Specialized Payment Connections service at an additional cost.

You can submit the following additional information to the gateway by using the Gateway Options field through Payment Pages or the following REST API operations:

FiservCommerceHub field Zuora API field Zuora Payment Page client parameter Description
customer.additionalData1 gatewayOptions.RequestSource param_gwOptions_RequestSource

Type: string

The payment client channel, through which the request is coming. 

Here are examples for specifying the parameter.

Through Payment Pages 2.0:

"param_gwOptions_RequestSource" : "Sample Source"

Through the Create a payment API operation:

"gatewayOptions": {
    "RequestSource": "Sample Source"
}