@model BitpayTranslatorViewModel
@if (Model.Address != null) {
}

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.

 
*
 
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }