Hey hello,
We have in our business case some retry rules which are being satisfied by setting up the payment failure retry parameters.
However, we have a specific scenario where the payment gateway returns a fraud error, in this case we cannot retry the payment. How can we achieve this scenario without customization?
We were thinking about using the plugin_failure error for that and try to turn off the retry for this type of error. Is this possible?