@model BitpayTranslatorViewModel @if (Model.Address != null) { × You need to pay @Model.Amount to @Model.Address Open in wallet } The Bitpay Translator Bitpay is using deprecated standard in their invoices which multiple wallet do not support, use this transform their invoices to regular address/amount. * Translate to address @section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }
You need to pay @Model.Amount to @Model.Address
Open in wallet
Bitpay is using deprecated standard in their invoices which multiple wallet do not support, use this transform their invoices to regular address/amount.