# 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](https://bump.sh/pgw/doc/imoje-api-en/group/endpoint-service) lub [get-payment-methods](https://bump.sh/pgw/doc/imoje-api-en/group/endpoint-get-payment-methods). ## Przykład ```json transactionLimits: { "maxTransaction": { "type": "number", "value": 99999999 }, "minTransaction": { "type": "number", "value": 0 } } ```