7. Retrieving transaction data

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

To retrieve order data, send a GET request to:

https://api.axepta.pl/v1/merchant/{merchantId}/transaction/{transactionId}

where:

  • merchantId - client identifier,
  • transactionId - unique transaction identifier (UUID v4),