QuickPay
Tags, loops and template examples related to handling payment in QuickPay checkout.
Available tags
QuickPay3.amount
Returns the transaction amount for use by quickpay.
@GetString("QuickPay3.amount")
QuickPay3.callbackurl
Returns the URL that QuickPay will make a call back to with the result of the transaction.
@GetString("QuickPay3.callbackurl")
QuickPay3.cancelurl
Returns the URL to the page that Quickpay will redirect to if the customer cancels the payment.
@GetString("QuickPay3.cancelurl")
QuickPay3.cardtypelock
Returns the card type used to authorize the transaction.
@GetString("QuickPay3.cardtypelock")
QuickPay3.continueurl
Returns the URL to the page that Quickpay will redirect to if the order is approved.
@GetString("QuickPay3.continueurl")
QuickPay3.currency
Returns the transaction currency for use by Quickpay.
@GetString("QuickPay3.currency")
QuickPay3.md5check
Returns the md5key for the Quickpay payment.
@GetString("QuickPay3.md5check")
QuickPay3.merchant
Returns the Quickpay merchant ID that identifies the shop.
@GetString("QuickPay3.merchant")
QuickPay3.msgtype
Returns a value that defines if the transaction is a standard payment or a subscription payment.
@GetString("QuickPay3.msgtype")
QuickPay3.testmode
Returns the state of the Test mode
checkbox.
@GetString("QuickPay3.testmode")