Wiki » History » Revision 21
Revision 20 (Soh Keong, 06/04/2012 02:23 PM) → Revision 21/22 (Soh Keong, 06/07/2012 10:08 AM)
{{toc}} h1. Wiki h2. Overview _Payment Flow:_ !payment_flow.png! h2. Guides * [[Programming Guide]] *qiwi-provider* > qiwi-provider is the web services is built using the WSDL schema which provided by QIWI. Payment Result Callback (qiwi-provider) url is maintained via Qiwi Merchant Interface -> Method of Connections -> SOAP Protocol -> Setting. * [[Deployment Guide - qiwi-provider]] *qiwi-responder* > qiwi-responder is the web service client for qiwi-provider. * [[Deployment Guide - qiwi-responder]] *qiwi-updateOrder* > qiwi-updateOrder is a java standalone program to regenerate Qiwi Missing Bill. qiwi-updateOrder will first read from an excel file, then update database and finally trigger to QIWI production server. * [[Deployment Guide - qiwi-updateOrder]] *qiwi-billManagement* *qiwi-createBill* > qiwi-billManagement qiwi-createBillis is the web services is built using the WSDL schema which provided by QIWI. There are 3 main functions/methods in qiwi-billManagement # create bill Create Bill result will be return on the spot from Qiwi. # cancel bill # cancel bill payed amount * [[Deployment Guide - qiwi-createBill]] h2. Merchant Account <pre> Admin URL: http://ishopnew.qiwi.ru/ Merchant/Shop ID: 18356 Password: refer to server_login.xls </pre> h2. Contact Person *QIWI:* * *Support:* Stanislav Yu Dubrov [s.dubrov@qiwi.ru] *eCosway:* * *API Integration:* ** Belynda Goh, Swee-Fun [sfgoh@cosway.com.my] ** Kwan, Chooi-Mey [cmkwan@cosway.com.my] * *Online Mall:* ** Hann, Chong-Ting [cthann@cosway.com.my] h2. SCM _CVS:_ _QIWI Web Services for Payment Result Callback:_ <pre> Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-provider Tag: HEAD </pre> _QIWI Web Services Client for get Result from QIWI Web Services:_ <pre> Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-responder Tag: HEAD </pre> _regenerate Qiwi Missing Bill:_ <pre> Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-updateOrder Tag: HEAD </pre> _QIWI Web Services for createBill, cancelBill and cancelBillPayedAmount:_ Client to Create Bill:_ <pre> Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-billManagement qiwi-createBill Tag: HEAD </pre>