Configures or updates Google reCAPTCHA settings for bot detection and fraud prevention in payment forms.
id (guid, required) — Unique identifier of the project to configure.model (RecaptchaSettingsUpdateCommandRequest, required) — reCAPTCHA configuration including:
projectId (guid, required) — Project identifier (must match path parameter).siteKey (string, required) — reCAPTCHA site key (public).secretKey (string, required) — reCAPTCHA secret key (private).version (string, required) — reCAPTCHA version (“v2” or “v3”).scoreThreshold (decimal, optional) — v3 score threshold (0.0-1.0, required for v3).isEnabled (bool, required) — Enable or disable reCAPTCHA validation.BaseCommandResponse indicating whether the reCAPTCHA settings were successfully updated.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project to configure.
The reCAPTCHA configuration including site key, secret key, version (v2/v3), and optional score threshold.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null