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