We've Launched a New Documentation Website (Beta Launch)
The documentation for DuitNow is now available on our newly launched documentation platform. This is an initial beta rollout of our new documentation site, designed to become the long-term home for all documentation moving forward.
You'll find the familiar content you're used to—now hosted on a new platform that will progressively receive updates and enhancements.
We encourage you to start accessing DuitNow materials there to explore the new experience and ensure you're viewing the latest documentation updates. If you have any feedback, please reach out to us.
Visit the New Documentation WebsiteHTTP Status Codes
All HTTP response status codes are separated into five classes or categories :
1xxinformational response – the request was received, continuing process2xxsuccessful – the request was successfully received, understood, and accepted3xxredirection – further action needs to be taken in order to complete the request4xxclient error – the request contains bad syntax or cannot be fulfilled5xxserver error – the server failed to fulfil an apparently valid request
Different product may implement different response and status code. Please refer to the respective API product reference to learn more on the specification.
Common HTTP Return Codes
| HTTP Status | Description |
|---|---|
| 200 | OK |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not found |
| 429 | Too Many Requests |
| 500 | Internal server error |
| 503 | Service unavailable |