diff --git a/rest/python/server/routes/discovery_profile.json b/rest/python/server/routes/discovery_profile.json index b5971d1..30d88b2 100644 --- a/rest/python/server/routes/discovery_profile.json +++ b/rest/python/server/routes/discovery_profile.json @@ -100,6 +100,22 @@ } ] } + }, + { + "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" + ] + } } ] }