ucp_discover
Discover a merchant's UCP capabilities and supported payment methods. Returns protocol version, capabilities list, and accepted payment handlers.
Instructions
Discover a merchant's UCP capabilities and supported payment methods.
Args: merchant_url: The base URL of the UCP-enabled merchant (e.g., http://localhost:8182)
Returns: Dictionary containing: - capabilities: List of UCP capabilities the merchant supports - payment_handlers: List of payment methods accepted - ucp_version: The UCP protocol version
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merchant_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||