QuickPay Payment Window
Tags, loops and template examples related to handling payment in QuickPay Payment Window checkout.
Available tags
QuickPayPaymentWindow.agreement_id
Returns the AgreementID belonging to the Payment Window user.
@GetString("QuickPayPaymentWindow.agreement_id")
QuickPayPaymentWindow.amount
Returns the amount of the order for use by the payments.
@GetString("QuickPayPaymentWindow.amount")
QuickPayPaymentWindow.autocapture
Returns current state of Auto capture check-box in the payment gateway settings. If set to 1, the transaction will be captured automatically
@GetString("QuickPayPaymentWindow.autocapture")
QuickPayPaymentWindow.autofee
Returns current state of the setting. If set to 1, the fee charged by the acquirer will be calculated and added to the transaction amount.
@GetString("QuickPayPaymentWindow.autofee")
QuickPayPaymentWindow.branding_id
Returns ID of branding the customer.
@GetString("QuickPayPaymentWindow.branding_id")
QuickPayPaymentWindow.callbackurl
Returns the URL that the payments will make a call back to with the result of the transaction.
@GetString("QuickPayPaymentWindow.callbackurl")
QuickPayPaymentWindow.cancelurl
Returns the URL to the page that the payments will redirect to if the customer cancels the payment.
@GetString("QuickPayPaymentWindow.cancelurl")
QuickPayPaymentWindow.checksum
A MD5 checksum to ensure data integrity.
@GetString("QuickPayPaymentWindow.checksum")
QuickPayPaymentWindow.continueurl
QuickPay will redirect to this URL upon a succesful transaction.
@GetString("QuickPayPaymentWindow.continueurl")
QuickPayPaymentWindow.currency
Returns transaction currency as the 3-letter ISO 4217 alphabetical code.
@GetString("QuickPayPaymentWindow.currency")
QuickPayPaymentWindow.google_analytics_client_id
Returns current text of Google analytics client id field in the payment gateway settings.
@GetString("QuickPayPaymentWindow.google_analytics_client_id")
QuickPayPaymentWindow.google_analytics_tracking_id
Returns current text of Google analytics tracking id field in the payment gateway settings.
@GetString("QuickPayPaymentWindow.google_analytics_tracking_id")
QuickPayPaymentWindow.language
Returns language code used in the HTML pages as 2-letter ISO 639-1 alphabetical code.
@GetString("QuickPayPaymentWindow.language")
QuickPayPaymentWindow.merchant_id
Returns the QuickPay Id.
@GetString("QuickPayPaymentWindow.merchant_id")
QuickPayPaymentWindow.order_id
The shop's order number for the order.
@GetString("QuickPayPaymentWindow.order_id")
QuickPayPaymentWindow.payment_methods
Returns payment methods can be used in the transaction.
@GetString("QuickPayPaymentWindow.payment_methods")
QuickPayPaymentWindow.version
Returns code of the current version of the payment provider's API.
@GetString("QuickPayPaymentWindow.version")