UserService request — a generic mechanism for provider-defined user flows (onboarding, KYC, feature activation, etc.). The semantics of reference_id and party_name are provider-specific.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_REQUEST_USER_SERVICEparams.request_user_service = RequestUserServiceParams { … }
Params
Provider-defined reference ID.
Human-readable party name.
See also
GetAgentConfig— discover provider-specific parameters that govern user-service flows.GetServiceInfo— confirm that theuser_servicegroup is enabled.- Transaction flow — two-phase model this call uses.