Reference > Payments subsystem > Payment configuration files


RefundMethodConfigurations XML file

Use the RefundMethodConfigurations.xml file to configure refund method details.

This file is located...

The configuration details include information about the refund method name and back-end payment system.

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

Example: Credit card configuration

<?xml version="1.0" encoding="UTF-8"?>

<RefundMethodConfigurations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                            xsi:noNamespaceSchemaLocation="com/ibm/commerce/edp/parsers/RefundMethodConfigurations.xsd">     

    <RefundMethodConfiguration name="CreditCardOffline"
                               paymentSystemName="SimpleOffline" />

</RefundMethodConfigurations>

Parameters

name

The name of the refund configuration.

paymentSystemName

The name of the payment back-end system. The payment system name should be consistent with a payment system name in PaymentSystemPluginMapping.xml.

In the preceding example, SimpleOffline is a payment system name mapped to SimpleOffline plug-in in PaymentSystemPluginMapping.xml.


Related concepts

Payment methods
Refund methods
Payment instructions


Related tasks

Configure a custom payment plug-in

Related reference

AVSRules XML file
CorePaymentActions XML file
EDPGlobalConfigs XML file
PaymentMappings XML file
PaymentMethodConfigurations XML file
RefundMappings XML file
PaymentSystemPluginMapping XML file


+

Search Tips   |   Advanced Search