Updates only the active status of a payment processor configuration without modifying credentials or other settings.
id (guid, required) — Unique identifier of processor configuration.model (ProjectPaymentProcessorActiveUpdateCommandRequest, required) — Status change including:
id (guid, required) — Configuration identifier (must match path parameter).isActive (bool, required) — New active status.ProjectPaymentProcessorActiveUpdateCommandResponse indicating whether status update was successful.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the processor configuration.
The status change request containing the new active status (true/false).
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. Represents the response returned after the active status of a processor configuration is updated.
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