Project

General

Profile

Wiki » History » Version 12

Soh Keong, 05/02/2012 03:18 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
</pre>
38
39 3 chin-yeh
h2. Merchant Account
40
41
<pre>
42 4 chin-yeh
Admin URL: http://ishopnew.qiwi.ru/
43 6 chin-yeh
Merchant/Shop ID: 18356
44 3 chin-yeh
Password: refer to server_login.xls
45
</pre>
46
47 2 chin-yeh
h2. Contact Person
48
49
*QIWI:*
50
* *Support:* Stanislav Yu Dubrov [s.dubrov@qiwi.ru]
51
52
*eCosway:*
53
* *API Integration:*
54 10 chin-yeh
** Belynda Goh, Swee-Fun [sfgoh@cosway.com.my]
55 2 chin-yeh
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
56
* *Online Mall:*
57
** Hann, Chong-Ting [cthann@cosway.com.my]
58
59
h2. SCM
60
61
_CVS:_
62 8 chin-yeh
63
_QIWI Web Services for Payment Result Callback:_
64 2 chin-yeh
<pre>
65
Host: cwyrnd2-server [IP address:192.168.2.11]
66
Path: d:/source/ecoswayNew
67
Module: qiwi-provider
68
Tag: HEAD
69
</pre>
70 11 Soh Keong
71
_QIWI Web Services Client for get Result from QIWI Web Services:_
72
<pre>
73
Host: cwyrnd2-server [IP address:192.168.2.11]
74
Path: d:/source/ecoswayNew
75
Module: qiwi-responder
76
Tag: HEAD
77
</pre>