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 WebsiteResponse Codes
Error Code
HTTP response code of 200 will be returned if the call was successfully received and accepted for processing. Any errors that subsequently occur during processing are returned in the response payload as below. Authorization related error codes (601, 602, 603) will have HTTP response code of 401.
| Error Code | Description |
|---|---|
| 600 | Internal service failure |
| 601 | Invalid API key |
| 602 | Invalid signature |
| 603 | Access denied |
| 604 | Missing required field |
| 605 | Invalid PAN |
| 606 | Invalid card status |
| 607 | BIN range not found |
| 608 | Token PAN not found |
| 609 | Invalid token status |
| 610 | Token reference id not found |
| 611 | Invalid cryptogram |
| 612 | Max tokens per card |
| 613 | Card PAN not found |
| 614 | Invalid card CVV |
| 615 | Invalid card expiry |
| 616 | Invalid POS Entry Mode |
| 617 | Notification ID not found |
| 618 | Issuer ID not found |
| 619 | Invalid issuer status |
| 620 | Failed to verify card |
| 621 | Token requestor ID not found |
| 622 | Invalid token requestor status |
| 623 | Cryptogram has been used |
| 624 | Invalid ECI |
HTTP Status Code
Common HTTP return codes.
| Error Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not found |
| 500 | Internal server error |
| 503 | Service unavailable |