This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Description I'm using datatrans SDK for android,
we have a lof of error codes right now,
I have 2 problems with the error code:
Difficult for mapping errorCode and Message. Example:we have a lot message for 1403 errors code, so I cannot mapping error code
Why don't we localize the message like the iOS SDK?
ErrorCode
Message
1403
3D authentication failed
1403
Declined
1403
3D status U - auth. is not allowed
10000
Shopping Cart amount has changed!
1403
Withdrawal amount exceeded
10000
Exception Ocured! Details logged into PaymentLog
10000
Shopping Cart error on checkout!
1402
Declined - card expired
10000
Required values does not match!
1404
Declined - card blocked
1004
expy
1001
hidden mode - required parameter(s) missing: [cardno]
1402
card expired
1004
ACS.RCPTFailure
97
Transient system failure
1402
Declined - card invalid
1403
Authentication failed
10000
ContractId does not match!
1002
cardno x paymentmethod parameters mixed
97
PAReq.CH.acctID
1201
Create secondary connection error: connect timed out
1201
Communication to Host: While reading byte 1 - bad message length 00 00
1402
1/15
1004
expm
1004
VEReq.pan
1403
test card declined
1001
hidden mode - required parameter(s) missing: [cardno, cvv]
97
1009
unknown CC type
1004
97
CH.acctID
1201
Create secondary connection error: Connection refused
1402
1/14
1004
pan
1001
hidden mode - required parameter(s) missing: [expm]
1402
2/15
97
ACS.RCPTFailure
1402
2/14
99
transaction timeout
1402
8/13
1402
5/15
1402
3/15
1402
7/14
1001
hidden mode - required parameter(s) missing: [cvv]
1402
4/14
1402
10/14
97
error
1004
Transient system failure
1402
3/14
1402
8/15
1403
REFERRAL trx
1004
413972xxxxxx7201
97
Not a MasterCard supported card range (acq bin)
97
Message
1004
1615xxxxx
1004
Arcot ACS internal error
1004
XML parsing error
1403
Declined: Payment aborted by the customer.
1402
9/14
1402
7/15
1004
PAReq.CH.acctID
97
ThreeDSecure
1002
expiration date
Reactions are currently unavailable
I'm using datatrans SDK for android,
we have a lof of error codes right now,
I have 2 problems with the error code: