Error
Tags, loops and template examples related to handling payment errors during a checkout.
Available tags
CheckoutHandler:ErrorMessage
Returns text of error message from checkout handler.
RAZOR
@GetString("CheckoutHandler:ErrorMessage")
Available loops
Errors
The Error
loop defines metadata relater to error occurs.
RAZOR
@foreach (LoopItem item in GetLoop("Errors")){ <p>@item.GetValue("TagName")</p> }