Payment configuration files
Use these files when configuring the Payments subsystem and payment plug-ins.
- CoreCancelOrderPaymentActions
- A payment configuration that determines the core behavior of payment actions when an order is canceled. Should not be changed.
- CoreEditActions
- A payment configuration that determines the core behavior of payment actions when order amounts increase or decrease due to order changes or edits. Should not be changed.
- CoreEditReversePaymentActions
- A payment configuration that determines the core behavior of payment actions when an order is changed and payment actions are reversed. Should not be changed.
- PaymentRules
- A file that defines the rules in a store or store group. Should not be changed.
- AVSRules XML file
Determines the response when AVS scores 0 to 4 are received for credit card payment methods.- CorePaymentActions XML file
The CorePaymentActions.xml file defines the payment actions required to move the payment from the current state to the required targeted state.- EDPGlobalConfigs XML file
Configure asynchronous processing, and the location of ticklers in this file.- PaymentMappings XML file
Configure the mapping from payment method to payment method configuration and payment actions. We can change what payment rule a payment method uses by changing the PaymentMappings XML file. The behavior of payment processing also changes; when a different payment rule is specified, the actions the system takes also change.- PaymentMethodConfigurations XML file
Use the PaymentMethodConfigurations.xml file to configure the payment method details.- RefundMethodConfigurations XML file
Use the RefundMethodConfigurations.xml file to configure the refund method details.- RefundMappings XML file
Use the RefundMappings.xml to configure between a refund method and refund method configuration. This file can contain multiple refund method mappings.- PaymentSystemPluginMapping XML file
Use the PaymentSystemPluginMapping.xml file to map payment systems to payment plug-ins.
Related concepts
Payment methods
Refund methods
Payment instructions
Payment actions
Payment rules engine