Project

General

Profile

Wiki » History » Version 9

chin-yeh, 09/21/2011 11:20 AM

1 2 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Wiki
4 2 chin-yeh
5 8 chin-yeh
h2. Specification
6
7
See [[Specification]]
8
9
10 4 chin-yeh
h2. Merchant Account Details
11
12
h3. Staging Environment
13
14 5 chin-yeh
*Notes:* Both CUP and Alipay UAT environment only show in currency USD.
15
16 4 chin-yeh
<pre>
17
Merchant ID: 1100049
18
Payment URL: https://merttest.mpay.com.hk/MPay/MerchantPay.do
19
Enquiry URL: https://merttest.mpay.com.hk/MPay/MerchantEnquirySingle
20
Merchant Admin Interface: https://merttest.mpay.com.hk/mpaymerchant/
21 7 chin-yeh
Default return URL: http://60.49.152.21/ecosway/mpay_return.jsp
22 4 chin-yeh
</pre>
23
24
Login for *Merchant Admin Interface*:
25
* Login Account: ecosway
26
* Password: _refer to the "server_logins.xls_" file
27
28 5 chin-yeh
h2. Contact Persons
29
30
*mPay:*
31
* *Integration/Support Issue:* Howard Cheng [howardc@mpay.com.hk]
32
* *General Inquiry:* Sam Lam (CEO) [samlam@mpay.com.hk]
33
34
*eCosway:*
35
* *Financial:* 
36
** Grace Ng, Foong-Siong [fsng@cosway.com.my]
37
** Law, Siew-Hong [SHLaw@cosway.com.my] 
38
* *mPay API Integration:* 
39
** Choo, Chin-Yeh [cychoo@cosway.com.my]
40
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
41
* *Mall Integration:* 
42
** Hann, Chong-Ting [cthann@cosway.com.my]
43
44
h2. SCM
45
46
*Integration in Dot Biz's Mall (CVS):*
47
<pre>
48
Host: cwyrnd2-server [IP address:192.168.2.11]
49
Path: d:/source/hongkong-mall
50
Tag: HEAD
51
</pre>
52
53
*Package:*
54
<pre>
55
my.com.eCosway.mpay
56
resources.properties.mpay
57
mpay-sample (JSP)
58
</pre>
59 4 chin-yeh
60 3 chin-yeh
h2. Test Cards
61
62
*CUP:*
63
* Card Number: 123456789001
64
* Password: 789001
65
66 2 chin-yeh
*Alipay:*
67
* Account name: alipaytest20091@gmail.com
68
* Password: alipay
69 9 chin-yeh
70
h2. FAQ
71
72
h3. Having issue to sign-in to Alipay
73
74
Install the Alipay plugin:
75
> http://help.alipay.com/lab/help_detail.htm?help_id=211475#1
76
77
h3. Not able to load or see the Alipay payment page
78
79
In Alipay staging environment, you need to add the following entries to the Windows/Linux *hosts file*:
80
<pre>
81
115.124.16.155  auth.alipay.net
82
115.124.16.155  authcenter.alipay.net
83
115.124.16.105  cashier.alipay.net
84
115.124.16.13  img.alipay.net
85
115.124.16.13  static.alipay.net
86
115.124.16.13  static.stable.alipay.net
87
115.124.16.59  mapi.alipay.net
88
115.124.16.151  omeo.alipay.net
89
115.124.16.42  pay.alipay.net
90
115.124.16.42  www.alipay.net
91
115.124.16.152  forexprod.alipay.net
92
115.124.16.156  securitycenter.alipay.net
93
115.124.16.167  assets.alipay.net
94
115.124.16.167  apimg.alipay.net
95
</pre>
96
97
Instructions on how to modify the hosts file in Windows:
98
> http://support.microsoft.com/kb/923947