Codes | Text | Description |
---|---|---|
01 | Success | Redeem card successfully |
02 | Active | The card is just activated and not redeemed yet |
03 | Inactive | The card should activate by distributor |
04 | Invalid | The PIN code is invalid |
05 | Redeemed | The redeemed and could not redeem again |
06 | Insufficient | Requested amount is more than remaining |
07 | Incorrect amount | When a card is disposeable, there should be a correct amount in the request body |
08 | Expired | The card is expired |
09 | Repeated transaction ID | The transaction ID should be unique and its recommended to use UUID algorithms |
10 | Access denied | The terminal is not allowed to use this type of products |
11 | Disable | The card is disable and could not use |
12 | activated | The card is activated and could not activate again. |
13 | Nonchargeable | The card is Disposeable |
51 | Charge | The card charged |
52 | Purchase | The card redeemed |
53 | Refund | Payback transaction |
54 | Deduct | Take away amount from the remaining |
55 | Transfer | Transfered from/to other card |