braintree_error_mapping.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <mapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/error_mapping.xsd">
  9. <message_list>
  10. <message code="81509" translate="true">Credit card type is not accepted by this merchant account.</message>
  11. <message code="91504" translate="true">Transaction can only be voided if status is authorized, submitted_for_settlement, or - for PayPal - settlement_pending.</message>
  12. <message code="91505" translate="true">Credit transactions cannot be refunded.</message>
  13. <message code="91506" translate="true">Cannot refund a transaction unless it is settled.</message>
  14. <message code="91507" translate="true">Cannot submit for settlement unless status is authorized.</message>
  15. <message code="91511" translate="true">Customer does not have any credit cards.</message>
  16. <message code="91512" translate="true">Transaction has already been completely refunded.</message>
  17. <message code="91517" translate="true">Payment instrument type is not accepted by this merchant account.</message>
  18. <message code="91519" translate="true">Processor authorization code cannot be set unless for a voice authorization.</message>
  19. <message code="91521" translate="true">Refund amount is too large.</message>
  20. <message code="91522" translate="true">Settlement amount is too large.</message>
  21. <message code="91530" translate="true">Cannot provide a billing address unless also providing a credit card.</message>
  22. <message code="91538" translate="true">Cannot refund a transaction with a suspended merchant account.</message>
  23. <message code="91547" translate="true">Merchant account does not support refunds.</message>
  24. <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>
  25. <message code="91576" translate="true">PayPal is not enabled for your merchant account.</message>
  26. <message code="915102" translate="true">Partial settlements are not supported by this processor.</message>
  27. <message code="915103" translate="true">Cannot submit for partial settlement.</message>
  28. <message code="915148" translate="true">Transaction can not be voided if status of a PayPal partial settlement child transaction is settlement_pending.</message>
  29. <message code="915149" translate="true">Too many concurrent attempts to refund this transaction. Try again later.</message>
  30. <message code="915151" translate="true">Too many concurrent attempts to void this transaction. Try again later.</message>
  31. </message_list>
  32. </mapping>