Project

General

Profile

Wiki » History » Version 14

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