Advanced orders RefundMethodConfiguration XML file

Use the RefundMethodConfiguration.XML file to configure the refund method details for event-driven payments. This file is located in the following directory:

The configuration details include information about the refund method name and backend payment system. The configurations are internal and not seen by customers.

This file does not use parameters for system or human editing or setting minimum or maximum limits on amounts.

Example:Credit Card configuration

In this example, details are configured for a credit card payment method.

<?xml version="1.0" encoding="UTF-8"?>
<RefundMethodConfigurations
     xmlns:xsi="http://www.w3.org.2001/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="com/ibm/edp/parsers/RefundMethodConfigurations.xsd">
     
     <RefundMethodConfiguration
                    refundMethod="AMEX"
                    paymentSystemName="OfflineCreditCardSystem" />
     </RefundMethodConfigurations>     

Use the following parameters to change the behavior of event-driven payments:

refundMethod
The name of the refund method.
paymentSystemName
The name of the payment back-end system. The payment system name should be consistent with a payment system name in the PaymentSystemPluginMapping.xml file.

Feedback