Modifies a project’s payment processor configuration (credentials, merchant IDs, gateway settings) without affecting general or security settings.
id (guid, required) — Unique identifier of the project to update.model (CompanyProjectMerchantInfoUpdateCommandRequest, required) — Updated merchant information including:
id (guid, required) — Project identifier (must match path parameter).merchantId (string, optional) — Payment processor merchant ID.apiKey (string, optional) — Payment processor API key or secret.processorGateway (int, optional) — Payment processor gateway type.isTestMode (bool, optional) — Test mode flag.CompanyProjectUpdateCommandResponse indicating whether the merchant information update was successful.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project to update.
The updated merchant information including merchant IDs, API credentials, and payment processor settings.
Base structure for command requests that modify data. Represents the payload used to update merchant information for a project.
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 updating project information.
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