Project

General

Profile

Wiki » History » Version 20

Soh Keong, 06/04/2012 02:23 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 20 Soh Keong
*qiwi-createBill*
31
> qiwi-createBillis is the web services is built using the WSDL schema which provided by QIWI.
32
Create Bill result will be return on the spot from Qiwi.
33
* [[Deployment Guide - qiwi-createBill]]
34
35 3 chin-yeh
h2. Merchant Account
36
37
<pre>
38 4 chin-yeh
Admin URL: http://ishopnew.qiwi.ru/
39 6 chin-yeh
Merchant/Shop ID: 18356
40 3 chin-yeh
Password: refer to server_login.xls
41
</pre>
42
43 2 chin-yeh
h2. Contact Person
44
45
*QIWI:*
46
* *Support:* Stanislav Yu Dubrov [s.dubrov@qiwi.ru]
47
48
*eCosway:*
49
* *API Integration:*
50 10 chin-yeh
** Belynda Goh, Swee-Fun [sfgoh@cosway.com.my]
51 2 chin-yeh
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
52
* *Online Mall:*
53
** Hann, Chong-Ting [cthann@cosway.com.my]
54
55
h2. SCM
56
57
_CVS:_
58 8 chin-yeh
59
_QIWI Web Services for Payment Result Callback:_
60 2 chin-yeh
<pre>
61
Host: cwyrnd2-server [IP address:192.168.2.11]
62
Path: d:/source/ecoswayNew
63
Module: qiwi-provider
64
Tag: HEAD
65
</pre>
66 11 Soh Keong
67
_QIWI Web Services Client for get Result from QIWI Web Services:_
68
<pre>
69
Host: cwyrnd2-server [IP address:192.168.2.11]
70
Path: d:/source/ecoswayNew
71
Module: qiwi-responder
72 16 Soh Keong
Tag: HEAD
73
</pre>
74
75 19 Soh Keong
_regenerate Qiwi Missing Bill:_
76 16 Soh Keong
<pre>
77
Host: cwyrnd2-server [IP address:192.168.2.11]
78
Path: d:/source/ecoswayNew
79
Module: qiwi-updateOrder
80 20 Soh Keong
Tag: HEAD
81
</pre>
82
83
_QIWI Web Services Client to Create Bill:_
84
<pre>
85
Host: cwyrnd2-server [IP address:192.168.2.11]
86
Path: d:/source/ecoswayNew
87
Module: qiwi-createBill
88 11 Soh Keong
Tag: HEAD
89
</pre>