You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Mollie payment description is something like "Order #1359":
This is confusing when entering the payment into an accounting program, because it is not in fact a payment for an order. There is usually no invoice available for these micro payments. It would be nicer/better if it said something like "change payment method for order X" or something like that. In addition, the customer pays € 0.01, but the transaction costs € 0.29. The current minimum amounts are fixed in the code, but it might be desirable to make this adjustable?
Would "change payment method for order X" be a fixed text as in Payment method change for {subscription_description} or configurable (if so, how/where?). I think fixed is fine in this case (decisions, not options).
In addition, the customer pays € 0.01, but the transaction costs € 0.29. The current minimum amounts are fixed in the code, but it might be desirable to make this adjustable?
Hmm, wouldn't it be kind of strange if customers are charged for changing their payment method? The € 0,01 is out of necessity. Such a setting would apply for all payment methods regardless of their minimum amount, so for example an advanced setting 'Subscription payment method update amount' or could this be a filter (we will then need to use the highest of the payment method minimum amount and the filtered amount)?
We have added support for the WooCommerce Subscriptions payment method change feature:
wp-pronamic-pay-woocommerce/src/Gateway.php
Lines 432 to 470 in 49f7c07
Currently the Mollie payment description is something like "Order #1359":
This is confusing when entering the payment into an accounting program, because it is not in fact a payment for an order. There is usually no invoice available for these micro payments. It would be nicer/better if it said something like "change payment method for order X" or something like that. In addition, the customer pays € 0.01, but the transaction costs € 0.29. The current minimum amounts are fixed in the code, but it might be desirable to make this adjustable?
CC @rvdsteege
The text was updated successfully, but these errors were encountered: