Project

General

Profile

Wiki » History » Version 13

Soh Keong, 05/02/2012 03:34 PM

1 1 chin-yeh
{{toc}}
2
3
h1. Wiki
4 2 chin-yeh
5 7 chin-yeh
h2. Overview
6
7
_Payment Flow:_
8
9
!payment_flow.png!
10
11
12 5 chin-yeh
h2. Guides
13
14
* [[Programming Guide]]
15
16 9 chin-yeh
*qiwi-provider*
17
> qiwi-provider is the web services is built using the WSDL schema which provided by QIWI.
18
* [[Deployment Guide - qiwi-provider]]
19
20 12 Soh Keong
*qiwi-responder*
21
> qiwi-responder is the web service client for qiwi-provider.
22
*Step By Step*
23
<pre>
24
1. Check out qiwi-responder from cvs.
25
2. By calling below method will get the result code.
26
   QiwiClientService service = new QiwiClientServiceImpl();
27
   int result = service.updateBill(String transaction, String status);
28
3. Jar file needed (\\cwyrnd2-server\src\sohkeong\Qiwi Client Jar)
29
 a. axis.jar
30
 b. commons-discovery-0.2.jar
31
 c. commons-logging.jar
32
 d. jaxrpc.jar
33
 e. org.springframework.core-3.0.5.RELEASE.jar
34
 f. qiwi-responder.jar
35
 g. saaj.jar
36
 h. wsdl4j.jar
37 13 Soh Keong
38
*Development Server*
39
http://192.168.2.68:8080/qiwi-responder/
40 12 Soh Keong
</pre>
41
42 3 chin-yeh
h2. Merchant Account
43
44
<pre>
45 4 chin-yeh
Admin URL: http://ishopnew.qiwi.ru/
46 6 chin-yeh
Merchant/Shop ID: 18356
47 3 chin-yeh
Password: refer to server_login.xls
48
</pre>
49
50 2 chin-yeh
h2. Contact Person
51
52
*QIWI:*
53
* *Support:* Stanislav Yu Dubrov [s.dubrov@qiwi.ru]
54
55
*eCosway:*
56
* *API Integration:*
57 10 chin-yeh
** Belynda Goh, Swee-Fun [sfgoh@cosway.com.my]
58 2 chin-yeh
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
59
* *Online Mall:*
60
** Hann, Chong-Ting [cthann@cosway.com.my]
61
62
h2. SCM
63
64
_CVS:_
65 8 chin-yeh
66
_QIWI Web Services for Payment Result Callback:_
67 2 chin-yeh
<pre>
68
Host: cwyrnd2-server [IP address:192.168.2.11]
69
Path: d:/source/ecoswayNew
70
Module: qiwi-provider
71
Tag: HEAD
72
</pre>
73 11 Soh Keong
74
_QIWI Web Services Client for get Result from QIWI Web Services:_
75
<pre>
76
Host: cwyrnd2-server [IP address:192.168.2.11]
77
Path: d:/source/ecoswayNew
78
Module: qiwi-responder
79
Tag: HEAD
80
</pre>