5.3. Payment method visibility

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/axepta-api/mcp

Standard setup for AI tools providing an mcp.json file

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

It is possible to declare which payment methods are visible on the gateway by using the additional visibleMethod parameter.
By default, all payment methods available for the store are visible.

Value Description
pbl Fast transfers
blik Blik
card Card payment
wallet GooglePay and ApplePay wallet payment

Structure example:

    "visibleMethod": [
        "pbl",
        "blik",
        "card",
        "wallet"
        ]