diff --git a/BTCPayServer/Views/Apps/PayButton.cshtml b/BTCPayServer/Views/Apps/PayButton.cshtml index 93d050996..8579d7693 100644 --- a/BTCPayServer/Views/Apps/PayButton.cshtml +++ b/BTCPayServer/Views/Apps/PayButton.cshtml @@ -22,7 +22,7 @@
- +
@@ -33,6 +33,10 @@
+
+ + +
@@ -50,5 +54,54 @@ Clicking on the button will redirect customer to checkout.
+
+

Payment Notifications

+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ These parameters allow you to influence process after purchase. Server IPN is location we'll query with details. + We can also deliver email notification to specified addres. +

+ Finally Browser Redirect defines where BtcPayServer will redirect customer after puchase is completed. +
+
+
+

Generated code

+
+
+
<form method="POST" action="http://127.0.0.1:14142/apps/3jVExUHqRkGi4eaJEFCTxw5zjk14VAFzoVZXZJ3fbwED/pos">
+    <input type="hidden" name="amount" value="10" />
+    <input type="hidden" name="currency" value="USD" />
+    <button type="submit">Buy now</button>
+</form>
+
+
+
+ +
+
+
+ + +@section Scripts { + + + +} diff --git a/BTCPayServer/wwwroot/img/paywithbtcpay.png b/BTCPayServer/wwwroot/img/paywithbtcpay.png new file mode 100644 index 000000000..59377e734 Binary files /dev/null and b/BTCPayServer/wwwroot/img/paywithbtcpay.png differ