Gateway Options fields supported by the Braintree gateway integration
This document details the fields supported by the Braintree gateway integration, including how to collect and pass device data using the Gateway Options field.
|
Braintree field |
Zuora API field |
Zuora Payment Page client parameter |
Description |
|---|---|---|---|
|
deviceData |
gatewayOptions.deviceData |
param_gwOptions_deviceData |
Type: string The device ID, such as "{\"correlation_id\":\"9a7eff837a54329c381a339effbfcd56\"}" You need to collect the deviceData by using Braintree dataCollector on the client side and pass the collected deviceData to Zuora through the Gateway Options field.
For more information about the
|
Here are examples for how to specify the parameters:
Through Payment Pages 2.0:
"param_gwOptions_deviceData" : "{\"correlation_id\":\"9a7eff837a54329c381a339effbfcd56\"}"
Through the Create a payment API operation:
"gatewayOptions": {
"deviceData": "{\"correlation_id\":\"9a7eff837a54329c381a339effbfcd56\"}"
}