Gateway Options fields supported by CyberSource v2.0
The following table describes the Gateway Option fields supported by CyberSource, Payment API v2.0.
All Gateway Options fields are string fields.
Gateway option field | Zuora API field | Zuora Payment Page client parameter | Description |
---|---|---|---|
tokenize | gatewayOptions.tokenize | param_gwOptions_tokenize |
Specify "true" for this field to tokenize the credit card payment method information in the following use cases:
The token obtained through this approach can be retrieved from the Example: "gatewayOptions": { |
|
|
|
Used in authorization or capture requests for the Decision Manager service. You can use these fields in Payment Pages 2.0, SOAP API, or the following REST API: |
<Number> ranges from 1 to 100 |
<Number> ranges from 1 to 100 |
<Number> ranges from 1 to 100 |
These gateway option fields are on the invoice item level and provide more information about invoice items, which facilitates fraud detection on the gateway side. They can be used in only the payment method creation (authorization) request. A maximum of 100 invoice items can be included in each request. You can use these fields in Payment Pages 2.0, SOAP API, or the following REST API: |
ShipTo fields, including:
|
gatewayOptions.ShipTo<ShipTo_Option_Field> In your API request, replace <ShipTo_Option_Field> with the field name in the Gateway option field column, as the nested field. Here is an example:
|
param_gwOptions_ShipTo<ShipTo_Option_Field> In client code, replace <ShipTo_Option_Field> with the field name in the Gateway option field column. Here is an example:
|
Defines the address where to deliver the items. You can use these fields in Payment Pages 2.0, SOAP API, or the following REST API: |