Order status
POST/orders/status
Returns the saved status and result of an order belonging to this integration. success=true means the lookup succeeded, not that the order completed. Codes are returned only for completed codes orders. This request never starts another purchase.
Request
Responses
- 200
- 401
- 404
- 422
- 429
- 500
- 503
Operation result; inspect success and status/valid.
Missing/invalid API key, wrong integration ID or inactive integration.
Product, nominal or order not found in the requested scope.
Request validation failed, including unknown fields or an invalid module variant.
Integration rate limit exceeded: 100 requests per 60 seconds across all public endpoints.
Unexpected server error.
Service or data temporarily unavailable.