Welcome to Zuora Product Documentation

Explore our rich library of product information

Gateway Options fields supported by Payway aka Prisma Gateway

This document details the Gateway Options fields supported by the Payway aka Prisma Gateway integration, including field descriptions and API operation usage.

Note:

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

You can submit additional information to the gateway by using the Gateway Options fields. The following table describes the Gateway Option fields supported by the Payway aka Prisma Gateway integration.

Note:

All Gateway Options fields are string fields.

Payway field

Zuora API field

Description

CardHolderIdentificationType

gatewayOptions.CardHolderIdentificationType

You can specify this field in the Create a payment method API operation. The default value is DNI .

CardHolderIdentificationNumber

gatewayOptions.CardHolderIdentificationNumber

You can specify this field in the Create a payment method API operation. By default, it is mapped to IdentityNumber in Zuora.

Description

gatewayOptions.Description

You can specify this field in the following API operations:

  • Create a payment method

  • Create a payment

Here is an example of how to specify the parameters through the “Create a payment method” API operation:

"gatewayOptions": {
    "CardHolderIdentificationType":"dni",
    "CardHolderIdentificationNumber":"44567890",
    "Description":"descripción de la prueba"
 }