Supported Gateway Options fields
This document details the additional information that can be submitted to the Mastercard gateway using the Gateway Options field in the Create a payment API operation.
Through the Mastercard payment gateway integration, you can submit the following additional information to the Mastercard gateway by using the Gateway Options field in the Create a payment API opereation.
|
Mastercard field |
Zuora API field |
|---|---|
|
taxAmount |
gatewayOptions.TaxSum |
Here is an example for how to specify the parameters:
"gatewayOptions": {
"TaxSum": "10"
}