Actions
Wiki » History » Revision 15
« Previous |
Revision 15/22
(diff)
| Next »
Chooi-Mey, 05/24/2012 02:57 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.
Step By Step
1. Check out qiwi-responder from cvs. 2. By calling below method will get the result code. QiwiClientService service = new QiwiClientServiceImpl(); int result = service.updateBill(String transaction, String status); 3. Jar file needed (\\cwyrnd2-server\src\sohkeong\Qiwi Client Jar) a. axis.jar b. commons-discovery-0.2.jar c. commons-logging.jar d. jaxrpc.jar e. org.springframework.core-3.0.5.RELEASE.jar f. qiwi-responder.jar g. saaj.jar h. wsdl4j.jar *Development Server* http://192.168.2.68:8080/qiwi-responder/
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
Updated by Chooi-Mey over 12 years ago · 15 revisions