CreateContractByAddress creates and finalizes a contract based on address-driven onboarding input.
POST/v1/contracts:createByAddress
Validation errors (e.g. invalid or incomplete input) are returned to the caller, including actionable details to correct the request.
Internal processing errors are not exposed in detail. These are logged and handled internally.
This endpoint does not provide contract status information. If a contractID is returned, the contract record has been successfully created.
Note: A created contract is not necessarily active. Activation depends on successful payment of the first invoice (credit check). After payment confirmation, the contract will be submitted to start on the requested start_date.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.