Welcome to Zuora Product Documentation

Explore our rich library of product information

Gateway Options fields supported by FiservCommerceHub

This document details the Gateway Options fields supported by FiservCommerceHub, including integration through Payment Pages and REST API operations.

Note:

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:

  • Create a payment method

  • Create a payment

FiservCommerceHub field

Zuora API field

Zuora Payment Page client parameter

Description

transactionDetails.clientRequestId

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"
}