Project

General

Profile

Wiki » History » Version 19

Soh Keong, 05/30/2012 05:43 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 15 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 17 Soh Keong
* [[Deployment Guide - qiwi-responder]]
24 12 Soh Keong
25 16 Soh Keong
*qiwi-updateOrder*
26 19 Soh Keong
> qiwi-updateOrder is a java standalone program to regenerate Qiwi Missing Bill.
27
qiwi-updateOrder will first read from an excel file, then update database and finally trigger to QIWI production server.
28 18 Soh Keong
* [[Deployment Guide - qiwi-updateOrder]]
29 16 Soh Keong
30 3 chin-yeh
h2. Merchant Account
31
32
<pre>
33 4 chin-yeh
Admin URL: http://ishopnew.qiwi.ru/
34 6 chin-yeh
Merchant/Shop ID: 18356
35 3 chin-yeh
Password: refer to server_login.xls
36
</pre>
37
38 2 chin-yeh
h2. Contact Person
39
40
*QIWI:*
41
* *Support:* Stanislav Yu Dubrov [s.dubrov@qiwi.ru]
42
43
*eCosway:*
44
* *API Integration:*
45 10 chin-yeh
** Belynda Goh, Swee-Fun [sfgoh@cosway.com.my]
46 2 chin-yeh
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
47
* *Online Mall:*
48
** Hann, Chong-Ting [cthann@cosway.com.my]
49
50
h2. SCM
51
52
_CVS:_
53 8 chin-yeh
54
_QIWI Web Services for Payment Result Callback:_
55 2 chin-yeh
<pre>
56
Host: cwyrnd2-server [IP address:192.168.2.11]
57
Path: d:/source/ecoswayNew
58
Module: qiwi-provider
59
Tag: HEAD
60
</pre>
61 11 Soh Keong
62
_QIWI Web Services Client for get Result from QIWI Web Services:_
63
<pre>
64
Host: cwyrnd2-server [IP address:192.168.2.11]
65
Path: d:/source/ecoswayNew
66
Module: qiwi-responder
67 16 Soh Keong
Tag: HEAD
68
</pre>
69
70 19 Soh Keong
_regenerate Qiwi Missing Bill:_
71 16 Soh Keong
<pre>
72
Host: cwyrnd2-server [IP address:192.168.2.11]
73
Path: d:/source/ecoswayNew
74
Module: qiwi-updateOrder
75 11 Soh Keong
Tag: HEAD
76
</pre>