btcpayserver/BTCPayServer/Data/Payouts
Andrew Camilleri 2d23819944
Greenfield: Allow marking payout status and payment proofs (#4244)
This allows external services to integrate with the payouts system to process payouts. This is also  a step to allow plugins to provide payout processors.

* It provides the payment proof through the greenfield payoust api.
* It allows you to set the state of a payout outside of the usual flow:
  * When state is awaiting payment, allow setting to In progess or completed
  * When state is in progress, allow setting back to awaiting payment
2022-11-15 18:40:57 +09:00
..
BitcoinLike Greenfield: Allow marking payout status and payment proofs (#4244) 2022-11-15 18:40:57 +09:00
LightningLike Greenfield: Allow marking payout status and payment proofs (#4244) 2022-11-15 18:40:57 +09:00
IClaimDestination.cs Allow pull payments denominated in SATS to be claimed 2022-05-25 12:59:57 +02:00
IPayoutHandler.cs Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
IPayoutProof.cs Mark Payouts as Paid (#2539) 2021-06-10 18:43:45 +09:00
ManualPayoutProof.cs Greenfield: Allow marking payout status and payment proofs (#4244) 2022-11-15 18:40:57 +09:00
PayoutBlob.cs Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
PayoutExtensions.cs Greenfield: Allow marking payout status and payment proofs (#4244) 2022-11-15 18:40:57 +09:00