Minimum and maximum values of transaction amounts

For each payment method, there are limits for making transcations with the accuracy of the payment channel. The current values of the limits used can be obtained from the service method lub get-payment-methods.

Przykład

transactionLimits: {

                    "maxTransaction": {

                            "type": "number",

                            "value": 99999999

                        },

                    "minTransaction": {

                            "type": "number",

                            "value": 0

                        }
}