Retrieve payment data Run in API Explorer

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
GET /merchant/{merchantId}/payment/{paymentId}

Path parameters

  • merchantId string Required

    Client identifier

  • paymentId string Required

    Unique identifier of the payment the refund relates to.

GET /merchant/{merchantId}/payment/{paymentId}
curl \
 --request GET 'https://api.sandbox.axepta.pl/v1/merchant/{merchantId}/payment/{paymentId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"