Cancel
Tags, loops and template examples related to handling payment cancelation during a checkout.
Available tags
CheckoutHandler:CancelMessage
Returns text of cancel message the checkout handler.
RAZOR
@GetString("CheckoutHandler:CancelMessage")
Server:Request.checkouthandlerorderid
Returns ID of order form checkout handler in server request.
RAZOR
@GetString("Server:Request.checkouthandlerorderid")
Server:Request.error
Returns error data in request to server.
RAZOR
@GetString("Server:Request.error")
Server:Request.orderid
Returns ID of order in request to server.
RAZOR
@GetString("Server:Request.orderid")