Pause order creation
POST/tenants/pause
Stops turning new payments into orders by archiving the Odus webhook subscriber that feeds the OMS. The tenant environment, its data and the OMS UI all remain available; activating again is non-destructive.
Request
Responses
- 200
- 401
- 403
- 429
- 500
- 504
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.