A configurable display screen is available to show an itemization of fees charged to the cardholder without prompting them to accept or reject the fee amounts. The display screen will itemize the convenience fee or surcharge amount and can optionally display the total amount to the cardholder.
These configurations are available only if isConfirmCreditSurchargeScreenDisplayed
,confirmConvenienceFeeAmount
and isConfirmTotalAmountScreenDisplayed
are set to false
.
When confirmConvenienceFeeAmount
is set to false
, the isConvenienceFeeToBeDisplayed
can be set to true
, allowing the itemized convenience fee to be displayed on the screen. By default, isConvenienceFeeToBeDisplayed
is set to false
.
Please refer Convenience Fee Amount KB Article for additional information.
When the isConfirmCreditSurchargeScreenDisplayed
is set to false
, the isSurchargeAmountToBeDisplayed
can be set to true
, and the itemized surcharge amount will display on the screen. The isSurchargeAmountToBeDisplayed
default is set to false
.
Please refer Surcharging KB Article for additional information.
When the isConfirmTotalAmountScreenDisplayed
is set to false
, the isTotalAmountToBeDisplayed
can be set to true
, and the calculated total amount will display on the screen.
The isTotalAmountToBeDisplayed
default is set to false
.
Please refer Total Amount KB Article for additional information.
A configuration is available to establish the amount of time the itemized display is shown to the cardholder using displayTotalsSummaryTimer
.
The default value for displayTotalsSummaryTimer
is set to 2000ms (2 seconds). This configuration can be set to a value between 1500ms (1.5 seconds) and 3000ms (3 seconds).
The recommended value to display the itemization of amounts is 2000ms (2 seconds).
Note: If both Confirmation and Display configurations are set to true
then Confirmation will take priority over display.
Example: If confirmConvenienceFeeAmount
is set to true
and isConvenienceFeeToBeDisplayed
is also set to true
then confirmConvenienceFeeAmount
will take priority over display.