Notify about payment method 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://developer.pace.cloud/doc/payment/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Payment MCP server": {
  "url": "https://developer.pace.cloud/doc/payment/mcp"
}
Close
POST /payment-methods/{paymentMethodId}/notification

Path parameters

  • paymentMethodId string(uuid) Required

    ID of the paymentMethod

Query parameters

  • type string

    Type of the notification

Responses

  • 200

    Notification received

POST /payment-methods/{paymentMethodId}/notification
curl \
 --request POST 'https://api.pace.cloud/pay/2024-4/payment-methods/93db55b6-a9ab-4597-a253-49a1718cea0a/notification'