5.6. Anulowanie linku płatności

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

W celu anulowania utworzonego linku płatności należy wysłać żądanie metodą POST na adres https://api.axepta.pl/v1/merchant/{merchantId}/payment/cancel

Body zapytania powinno zawierać następujące parametry:

Nazwa Parametr wymagany Typ Opis
serviceId Tak string Identyfikator sklepu
paymentId Tak string Identyfikator linku płatności

Przykład żądania

{
    "serviceId": "000eec9b-7248-4dae-98f2-56aab6a53927",
    "paymentId": "805f9c2c-e7ee-4606-b201-ee09032c49b0"
}