jPOS
jPOS copied to clipboard
CMF result codes review
trafficstars
org.jpos.rc.CMF defines several error codes used by jPOS systems such as jPOS CMF and jCard that are mostly aligned with ISO-8583 v2003.
jCard and jPTS still don't use this class, it uses jPOS-EE's resultcode module (based on the database tables rc and rc_locale).
As we migrate to this class on source station and destination station implementation, some errors arise:
- 1003 (Card Suspended) should be "Contact acquirer"
- 1004 (Card Stolen - pickup) should be "Restricted Card"
- 1005 (Card Lost) should be "Contact Acquirer Security"
- 1017 (Previously reversed) should be Incorrect PIN
- 1018 (also Previously reversed) should be No card Record
This is a place holder issue to reference commits related to result code changes.