Actions
Wiki » History » Revision 18
« Previous |
Revision 18/22
(diff)
| Next »
Soh Keong, 05/30/2012 05:34 PM
- Table of contents
- Wiki
Wiki¶
Overview¶
Payment Flow:
Guides¶
qiwi-provider
Payment Result Callback (qiwi-provider) url is maintained via Qiwi Merchant Interface -> Method of Connections -> SOAP Protocol -> Setting.qiwi-provider is the web services is built using the WSDL schema which provided by QIWI.
qiwi-responder
qiwi-responder is the web service client for qiwi-provider.
qiwi-updateOrder
qiwi-updateOrder will first read from an excel file, then update database and finally http post to QIWI production server.qiwi-updateOrder is a java standalone program to update RU missing order.
Merchant Account¶
Admin URL: http://ishopnew.qiwi.ru/ Merchant/Shop ID: 18356 Password: refer to server_login.xls
Contact Person¶
QIWI:- Support: Stanislav Yu Dubrov [s.dubrov@qiwi.ru]
- 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]
SCM¶
CVS:
QIWI Web Services for Payment Result Callback:
Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-provider Tag: HEAD
QIWI Web Services Client for get Result from QIWI Web Services:
Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-responder Tag: HEAD
update missing RU Orders:
Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-updateOrder Tag: HEAD
Updated by Soh Keong over 12 years ago · 18 revisions