CsIPay88
Cordova Library for integrating with the iPay88 payment gateway's mobile SDK.
Installation
cordova plugin add org.cloudsky.cordovaplugins.ipay88
Usage
cloudSky.iPay88.makePayment(
{
amount: 123
name: "payee name"
email: "payee email address"
phone: "payee phone number"
refNo: "reference number for this transaction"
currency: "MYR" | ...
lang: "ISO-8859-1" | "UTF-8" | ...
country: "MY" | "PH" | ...
description: "description of the product"
remark: "remarks for the transaction"
paymentId: "ipay payment id"
merchantKey: "ipay merchant key"
merchantCode: "ipay merchant code"
backendPostUrl: "http://..."
},
function (resp) {
},
function (err) {
}
)