Activate order creation
POST/tenants/activate
Starts turning successful payments into orders by ensuring the Odus webhook subscriber that feeds the OMS is active — creating it on first activation, unarchiving it after a pause. The tenant environment itself is provisioned lazily: a first call on a never-provisioned merchant answers 202 while the environment is created, and succeeds once it is ready. Idempotent.
Request
Responses
- 200
- 202
- 401
- 403
- 429
- 500
- 504
The merchant is entitled but its OMS environment is not provisioned yet. Provisioning has been kicked off (exactly once) and is in progress; retry the request — it succeeds once the environment is ready. Returned only for identity-token (dashboard) requests bound to an active-entitled merchant, not for secret-key API calls; any such endpoint can return it while provisioning is underway.
No credentials were supplied, or the identity token / secret key is not valid for the target merchant.
The credentials are valid but lack the permission this operation requires.
Too many requests. The rate limit is applied per client across all operations.
The request could not be completed because of an unexpected error.
The request exceeded the processing time limit and was abandoned.