Project

General

Profile

Wiki » History » Version 9

Soh Keong, 11/23/2022 03:30 PM

1 1 Soh Keong
{{toc}}
2
3
h1. Wiki
4
5
h2. Specification
6
7
See [[Specification]]
8
9
h2. Status Code
10
11 9 Soh Keong
|_.Code |_.Message                                                |
12
|  00   | Success                                                 |
13
| -99   | UNKNOWN ERROR                                           |
14
| -02   | Please wait 30 mins for same number                     |
15
|  01   | Pending                                                 |
16
|  02   | Failed                                                  |
17
|  03   | Authorization Code Not Found or Expired                 |
18
|  04   | Out of Stock                                            |
19
|  05   | Transaction Not Found                                   |
20
|  06   | Invalid Product                                         |
21
|  10   | Conflict                                                |
22
|  14   | Insufficient Wallet Balance                             |
23
|  15   | Invalid Amount                                          |
24
|  22   | Exceeded Max Quantity Per Transaction (Top up PIN only) |
25
|  32   | Invalid Reference No                                    | 
26
|  38   | Exceeded Max Transaction Per Account Allowed            |
27
|  39   | Not Within Min Max Amount                               |
28
|  40   | Invalid Account No                                      |
29
|  46   | Invalid Authorization Token or Expired                  | 
30
|  53   | Possible Fraud - Blocked                                |
31
|  99   | Others                                                  |
32
| 211   | Pending Authorize                                       |
33
| 212   | Reversed / Refunded                                     |
34
| 213   | Request Inquiry                                         |
35
| 214   | Request Reversal                                        |
36
| 215   | Request Retry Refund                                    |
37
| 999   | Payment Failed                                          |
38 1 Soh Keong
39
h1. Merchant's Account Details
40
41
42
h2. Contact Person:
43
44
*Razer:*
45
* *Integration/Support Issue:* 
46
** Doris - Skype Name[dorissern]
47
** Wendy - Skype Name[live:wendysky0113]
48
49
*eCosway:*
50
* *MOL API Integration:*
51
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
52
** Tan, Soh Keong [sktan@cosway.com.my]
53
* *Mall Integration:*
54
** Hann, Chong-Ting [cthann@cosway.com.my]
55
56
57
h2. Demo
58
59 6 Soh Keong
URL : https://www.tpmserver.tk:9093/TestPage/page/razer/confirmPinLess
60 1 Soh Keong
61 2 Soh Keong
h2. Test Product
62 1 Soh Keong
63 2 Soh Keong
h3. Pin Base
64
65 1 Soh Keong
*Positive:*
66
|_. ProductCode      |
67
| GUN010             |
68
69
*Negative:*
70 2 Soh Keong
|_. ProductCode      |_. Error        |
71 1 Soh Keong
| DT-UMOBILE01       | OutOfStock     |
72
| CS5                | InvalidProduct |
73 2 Soh Keong
74
h3. Direct Topup
75
76
*Positive:*
77
|_. ProductCode      |_. Country Code | Mobile     |
78
| AB017              | 880            | 1783569100 |
79 4 Soh Keong
| DG010-P            | 60             | 168379382  | 
80 2 Soh Keong
81
*Negative:*
82
|_. ProductCode      |_. Country Code |_. Mobile   |_. Error Code |_. Error Message |
83
| Axis9800           | 880            | 1783569100 | 06           | InvalidProduct  |
84
| AB017              | 880            | 1783569104 | 02           | Failed          |
85 4 Soh Keong
| DG010-P            | 60             | 182332532  | 06           | InvalidProduct  |
86 1 Soh Keong
87
h2. SCM
88
89
<pre>
90
Host: cwyrnd2-server [IP address:192.168.2.66]
91
Path: /cvs/ecoswayNew
92
Module: RazerBill
93
Tag: HEAD
94
</pre>