Project

General

Profile

Wiki » History » Version 5

chin-yeh, 04/18/2011 11:21 AM

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