4. Performing a refund

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

When performing multiple refund transactions simultaneously, at least a 5-second delay should be introduced between consecutive transactions.

The refund is performed for the highest-value transaction assigned to the given payment. This action can be performed before the payment is fully completed.

A refund is correctly performed by sending a POST request to the address:

https://api.axepta.pl/v1/merchant/{merchantId}/payment/{paymentId}/refund

where:

  • merchantId - client identifier,
  • paymentId - unique identifier of the payment to which the refund applies.