btcpayserver/BTCPayServer/Data
Andrew Camilleri cd9feccf6e
Mark Payouts as Paid (#2539)
* Mark Payouts as Paid

This PR allows users to mark payouts as paid manually through the UI  and through the API. It also sets up the payout proof system to be able store a manual proof that will in a later PR allow you to specify a proof of payment (link or text)

* add docs, test and greenfield client

* remove extra docs stuff

* Update BTCPayServer.Tests/GreenfieldAPITests.cs

Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>

* clean up pull payment/payouts fetch code

* Ensure payoutis are retrieved with pull payment

Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
2021-06-10 18:43:45 +09:00
..
Payouts Mark Payouts as Paid (#2539) 2021-06-10 18:43:45 +09:00
PullPayments Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
AddressInvoiceDataExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
APIKeyDataExtensions.cs GreenField: Switch to Blob for API Keys 2020-04-02 09:32:22 +02:00
HistoricalAddressInvoiceDataExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceDataExtensions.cs Create Metadata property for InvoiceEntity, migrate all data without logic there 2020-08-26 21:36:31 +09:00
PaymentDataExtensions.cs Add callback doc 2020-11-16 12:13:27 +09:00
PaymentRequestDataExtensions.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
StoreBlob.cs Seaparate CoinSwitch as a plugin (#2390) 2021-04-13 20:19:48 +09:00
StoreDataExtensions.cs Fix issue with store payment methods after having payment method that is no longer supported (#2349) 2021-03-10 19:51:51 +09:00
WalletDataExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletTransactionDataExtensions.cs GreenField API: Wallet API (#2246) 2021-03-11 21:34:52 +09:00
WebhookDataExtensions.cs Add Webhooks in store's settings 2020-11-08 15:57:24 +09:00