@model BitpayTranslatorViewModel @if (Model.Address != null) { × You need to pay @Model.Amount to @Model.Address Open in wallet } The Bitpay Translator Bitpay is using a deprecated standard in their invoices that most wallets do not support. Use this tool to transform their invoices to a 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 a deprecated standard in their invoices that most wallets do not support. Use this tool to transform their invoices to a regular address/amount.