From 2684c3d3ea478eb88a1abda2c2acdf0373e80971 Mon Sep 17 00:00:00 2001 From: Kukks Date: Tue, 26 Mar 2024 20:13:40 +0100 Subject: [PATCH] remove onchain for now --- Plugins/BTCPayServer.Plugins.Bringin/BringinService.cs | 2 +- Plugins/BTCPayServer.Plugins.Bringin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.Bringin/BringinService.cs b/Plugins/BTCPayServer.Plugins.Bringin/BringinService.cs index f9b35c4..5319f16 100644 --- a/Plugins/BTCPayServer.Plugins.Bringin/BringinService.cs +++ b/Plugins/BTCPayServer.Plugins.Bringin/BringinService.cs @@ -394,7 +394,7 @@ public class BringinService : EventHostedServiceBase public static readonly SupportedMethodOptions[] SupportedMethods = new[] { new SupportedMethodOptions(new PaymentMethodId("BTC", LightningPaymentType.Instance), true, 15, "LIGHTNING"), - new SupportedMethodOptions(new PaymentMethodId("BTC", BitcoinPaymentType.Instance), true, 20, "ON_CHAIN"), + // new SupportedMethodOptions(new PaymentMethodId("BTC", BitcoinPaymentType.Instance), true, 20, "ON_CHAIN"), }; private ConcurrentDictionary _editModes = new(); diff --git a/Plugins/BTCPayServer.Plugins.Bringin/README.md b/Plugins/BTCPayServer.Plugins.Bringin/README.md index c8f74cb..2af0ed4 100644 --- a/Plugins/BTCPayServer.Plugins.Bringin/README.md +++ b/Plugins/BTCPayServer.Plugins.Bringin/README.md @@ -14,6 +14,6 @@ Allows you to automatically forward received funds to Bringin, a Euro offramp pr 8. Make sure to configure payout processors so that payments to Bringin are automatically created. ## Flow -When an invoice on your store is paid and settled, every payment is counted per payment type (on-chain, lightning), relative to the "percentage" configured (set to 0 to not enable this payment). +When an invoice on your store is paid and settled, every payment is counted per payment type (lightning, on-chain coming soon), relative to the "percentage" configured (set to 0 to not enable this payment). Once the threshold is reached, an order is created on Bringin, and a payout paying this order is created. A payout processor then picks this payout and sends it to Bringin. Once the payment settles, the funds are automatically converted to Euro and the balance is reflected in your Bringin account and the BTCPay Server Bringin widget.