Documentation
¶
Index ¶
- Constants
- func AnyID(types string, target string, amount float64) string
- func BOTBarcode(billerId string, ref1 string, ref2 string, amount float64) string
- func BillPayment(billerID string, amount float64, ref1 string, ref2 string, ref3 string) string
- func SlipVerify(sendingBank string, transRef string) string
- func Truemoney(mobileNo string, amount float64, message string) string
- func TruemoneySlipVerify(eventType string, transactionId string, transferDate string) string
Constants ¶
View Source
const ( /** Mobile number */ MSISDN = "01" /** National ID or Tax ID */ NATID = "02" /** E-Wallet ID */ EWALLETID = "03" /** Bank Account (Reserved) */ BANKACC = "04" )
Variables ¶
This section is empty.
Functions ¶
func BillPayment ¶
Generate PromptPay Bill Payment (Tag 30) QR Code
func SlipVerify ¶
Generate Slip Verify QR Code
This also called "Mini-QR" that embedded in slip used for verify transactions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.