Minimum and maximum values of transaction amounts

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/pgw/doc/imoje-api-en/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"imoje API eng MCP server": {
  "url": "https://bump.sh/pgw/doc/imoje-api-en/mcp"
}
Close

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

                        }
}