1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <mapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/error_mapping.xsd">
- <message_list>
- <message code="81509" translate="true">Credit card type is not accepted by this merchant account.</message>
- <message code="91504" translate="true">Transaction can only be voided if status is authorized, submitted_for_settlement, or - for PayPal - settlement_pending.</message>
- <message code="91505" translate="true">Credit transactions cannot be refunded.</message>
- <message code="91506" translate="true">Cannot refund a transaction unless it is settled.</message>
- <message code="91507" translate="true">Cannot submit for settlement unless status is authorized.</message>
- <message code="91511" translate="true">Customer does not have any credit cards.</message>
- <message code="91512" translate="true">Transaction has already been completely refunded.</message>
- <message code="91517" translate="true">Payment instrument type is not accepted by this merchant account.</message>
- <message code="91519" translate="true">Processor authorization code cannot be set unless for a voice authorization.</message>
- <message code="91521" translate="true">Refund amount is too large.</message>
- <message code="91522" translate="true">Settlement amount is too large.</message>
- <message code="91530" translate="true">Cannot provide a billing address unless also providing a credit card.</message>
- <message code="91538" translate="true">Cannot refund a transaction with a suspended merchant account.</message>
- <message code="91547" translate="true">Merchant account does not support refunds.</message>
- <message code="91574" translate="true">Cannot refund a transaction transaction in settling status on this merchant account. Try again after the transaction has settled.</message>
- <message code="91576" translate="true">PayPal is not enabled for your merchant account.</message>
- <message code="915102" translate="true">Partial settlements are not supported by this processor.</message>
- <message code="915103" translate="true">Cannot submit for partial settlement.</message>
- <message code="915148" translate="true">Transaction can not be voided if status of a PayPal partial settlement child transaction is settlement_pending.</message>
- <message code="915149" translate="true">Too many concurrent attempts to refund this transaction. Try again later.</message>
- <message code="915151" translate="true">Too many concurrent attempts to void this transaction. Try again later.</message>
- </message_list>
- </mapping>
|