Establishes a new project under an existing company representing a logical division, application, or business unit that processes transactions independently.
model (CompanyProjectCreateCommandRequest, required) — Project details including:
companyId (guid, required) — Parent company identifier.name (string, required) — Project name (unique within company).description (string, optional) — Project description.returnUrl (string, optional) — Payment success redirect URL.cancelUrl (string, optional) — Payment cancellation redirect URL.isActive (bool, optional) — Active status (default: true).CompanyProjectCreateCommandResponse containing the ID of the newly created project.
The access token received from the authorization server in the OAuth 2.0 flow.
The project creation request containing name, company ID, merchant info, and configuration.
Base structure for command requests that modify data. Represents the payload used to create or update a company project.
Project Name
50The optional identifier of the project when updating via the create endpoint.
The identifier of the company that owns the project.
The public phone number for the project.
25The soft descriptor configured for the project.
The comments associated with the project.
The collection of company user identifiers that should be added to the 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. Create response containing the identifier of the newly created entity. Represents the response returned after creating a project.
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
Unique identifier of the newly created entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"