Actions
Programming Guide » History » Revision 5
« Previous |
Revision 5/21
(diff)
| Next »
chin-yeh, 09/21/2011 01:00 PM
- Table of contents
- Programming Guide
Programming Guide¶
Describes how to integrate the mPay into online mall.
Demo application:- Generate Redirect URL (for hosted payment form)
- Query Payment Status:
Source files¶
Files:Get the source files from SCM.
- my.com.eCosway.mpay
- Commons - list of common constant
- MpayInterfaceUtils - an utility to perform data persistence related operation
- MpayPaymentUtils - the mPay APIs
- MpayProperties - data model of the mPay properties
- PaymentRequest - data model of the mPay's payment request
- PaymentResponse - data model of the mPay's payment response
- resources.properties.mpay
- mpay.properties - the application properties file
Demo application:
can be found in mpay-sample folder (web content)
Generate Redirect URL¶
Input Parameters¶
Output Parameters¶
Code Snippets¶
Query Payment Status¶
Input Parameters¶
Output Parameters¶
Code Snippets¶
Updated by chin-yeh over 13 years ago · 5 revisions