Project

General

Profile

Wiki » History » Version 9

chin-yeh, 04/18/2011 12:09 PM

1 1 chin-yeh
{{toc}}
2
3
h1. Wiki
4
5 6 chin-yeh
h2. Specification
6
7
See [[Specification]]
8
9 7 chin-yeh
h2. Contact Person
10
11 8 chin-yeh
*Authorize.net:*
12 7 chin-yeh
<pre>
13
???
14
</pre>
15
16 8 chin-yeh
*eCosway:*
17 7 chin-yeh
<pre>
18 9 chin-yeh
Financial: Kuen Fah, Yap [KFYap@cosway.com.my]
19
Developer: Chong Ting, Hann [cthann@cosway.com.my]
20 7 chin-yeh
                   Chin Yeh, Choo [cychoo@cosway.com.my]
21
                   Chooi Mey, Kwan [cmkwan@cosway.com.my]
22
</pre>
23
24 2 chin-yeh
h2. Merchant Account
25
26 8 chin-yeh
*Development:*
27 2 chin-yeh
<pre>
28 3 chin-yeh
API Login: 7vB3R2ssT8U
29
Transaction Key: 6t6Y33Cgk85Lu6UC
30 1 chin-yeh
Gateway URL: https://test.authorize.net/gateway/transact.dll
31 3 chin-yeh
Merchant Login: https://test.authorize.net/
32
         Admin Login Password: tester.ecosway/eCosway12345
33 2 chin-yeh
</pre>
34 1 chin-yeh
35 8 chin-yeh
*Production:*
36 1 chin-yeh
<pre>
37 3 chin-yeh
API Login: 2j2Mygr9D65S
38
Transaction Key: 23yg2BYkw7556JSw
39
Gateway URL: https://secure.authorize.net/gateway/transact.dll
40
Merchant Login: https://account.authorize.net/
41
         Admin Login Password: eCosway949 (refer to the Yap Kuen Fah)
42
         Developer Login Password: ecosway_developer2010 (refer to cthann@cosway.com.my)
43 2 chin-yeh
</pre>
44
45 4 chin-yeh
h2. Add Relay URL
46
47
# Login to merchant account using either *admin* or *developer* ID. See [[Wiki#Merchant-Account|Merchant Account]]
48
# Go to *Account* tab
49
# Select *Settings - Response/Receipt URLs*
50
# Click the *Add URL* link and enter your desired relay URL.
51
52 1 chin-yeh
h2. Test Credit Card
53
54
<pre>
55
370000000000002 - American Express Test Card
56
6011000000000012 - Discover Test Card
57
4007000000027 - Visa Test Card
58
4012888818888 - Visa Test Card
59
3088000000000017 - JCB
60
38000000000006 - Diners Club/ Carte Blanche
61
</pre>
62
63
h3. Simulate Response Code
64
65
<pre>
66
Credit Card No.: 4222222222222
67
Amount: the response code to be simulated
68
</pre>
69 5 chin-yeh
70
h2. SCM
71
72
US Mall's repository (CVS):
73
<pre>
74
Host: cwyrnd2-server [IP address:192.168.2.11]
75
Path: d:/source/usa-mall
76
Tag: HEAD
77
</pre>
78
79
International Mall's repository (CVS):
80
<pre>
81
Host: cwyrnd2-server [IP address:192.168.2.11]
82
Path: d:/source/ecoswayNew
83
Tag: HEAD
84
</pre>