Describe the bug
ERROR - Merchant does not support mock_payment_handler. Aborting.
To Reproduce
run the server and client.
Expected behavior
without error
Screenshots
No response
Additional context
ERROR - Merchant does not support mock_payment_handler. Aborting
A possible modification can be done in discovery_profile.json
Add...
{ "id": "mock_payment_handler", "name": "dev.ucp.mock_payment", "version": "2026-01-11", "spec": "https://ucp.dev/specs/mock", "config_schema": "https://ucp.dev/schemas/mock.json", "instrument_schemas": [ "https://ucp.dev/schemas/shopping/types/card_payment_instrument.json" ], "config": { "supported_tokens": ["success_token", "fail_token", "fraud_token"] } }
Code of Conduct