👨‍🚀Payments SDK

Terminal Level Errors

Error Code
Error Message
Description

EE01

Transaction Timeout

Transaction initiated but no card presented for transaction.

EE02

Pinpad Timeout.

Transaction initiated and card presented for transaction but not entered pin for 45 secs.

EE03

Application Blocked.

For specific test case where application present in card is blocked. (Error return by terminal)

EE04

Card Blocked.

For specific test case where card is blocked at EMV level. (Error return by terminal)

EE05

Card Blocked.

For specific test case where card is blocked at EMV level. (Error return by terminal)

EE06

Card Reading Failed. Please Try Again.

Due to any reason if card is not properly read.

EE07

Unsupported Card. Please Try With Another Card.

If chip card is not properly read. And the terminal do not support the fall-back transaction.

EE08

Transaction Cancelled By User.

If transaction is initiated and purposely cancelled by user.

EE09

Transaction Cancelled.

If pin-pad is cancelled by user.

EE010

Expired Card.

If expired card is identified by terminal level. (Please note not every card is declined by expired card error at terminal level.)

EE011

Transaction Terminated.

If transaction is terminated by terminal itself.

EE012

Keys Not Present. Require Key Injection

If the transaction keys are not present on the terminal, a key injection is required before the terminal can be used for transactions.

EE013

Contactless Card Reading Failed. Please Try Again.

Contactless card is not properly read by terminal or it is declined by card.

EE014

EE14 - Card removed before completing the transaction. Please check reports for transaction status.

Card removed before transac􏰀on completes. (Issuer script is not executed on card)

Network Level Errors

Error Code
Error Message
Description

N_ERR - 500

Unable To Process Your Request - 500

If service face any internal server error.

N_ERR - 503

Unable To Process Your Request - 503

The requested service is not available at the moment.

N_ERR - 400

Unable To Process Your Request - 400

The server cannot process the request due to a client error.

N_ERR - 401

Unable To Process Your Request – 401

The request requires user authentication. The client must provide credentials to access the resource.

N_ERR - 403

Unable To Process Your Request - 403

The server understands the request but refuses to authorize it.

N_ERR - 404

Unable To Process Your Request - 404

The requested resource could not be found on the server

Request timed out. Please check your internet connection and try again.

When server request timeout due network issue or some other issue at service level. (Socket Timeout)

A network error occurred. Please check your internet connection and try again.

When face any socket excep􏰀on.

An error occurred while processing your request. Please try again later.

When request could not be processed due to IO exception.

An unexpected error occurred. Please try again later.

An unhandled network error.

S_ERR - 00

Unable To Process Your Request

When received blank response from server.

Last updated

Was this helpful?