Response 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 |