btcpayserver/BTCPayServer/wwwroot/swagger/v1
Andrew Camilleri 51690b47a3
Transfer Processors (#3476)
* Automated Transfer processors

This PR introduces a few things:
* Payouts can now be directly nested under a store instead of through a pull payment.
* The Wallet Send screen now has an option to "schedule" instead of simply creating a transaction. When you click on schedule, all transaction destinations are converted into approved payouts. Any options relating to fees or coin selection are discarded.
* There is a new concept introduced, called "Transfer Processors".  Transfer Processors are services for stores that process payouts that are awaiting payment. Each processor specifies which payment methods it can handle.  BTCPay Server will have some forms of transfer processors baked in but it has been designed to allow the Plugin System to provide additional processors.
* The initial transfer processors provided are "automated processors", for on chain and lightning payment methods. They can be configured to process payouts every X amount of minutes. For  on-chain, this means payments are batched into one transaction, resulting in more efficient and cheaper fees for processing.
*

* fix build

* extract

* remove magic string stuff

* fix error message when scheduling

* Paginate migration

* add payout count to payment method tab

* remove unused var

* add protip

* optimzie payout migration dramatically

* Remove useless double condition

* Fix bunch of warnings

* Remove warning

* Remove warnigns

* Rename to Payout processors

* fix typo

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2022-04-24 12:19:34 +09:00
..
swagger.template.api-keys.json Ensure Swagger docs are semantically and structurally correct (#3390) 2022-02-02 20:12:48 +09:00
swagger.template.authorization.json Order swagger's docs tags 2022-04-21 12:30:49 +09:00
swagger.template.health.json Updates from code review 2020-04-21 16:43:14 +02:00
swagger.template.invoices.json Test LNUrl Pay payment method information, add doc 2022-02-21 13:22:17 +09:00
swagger.template.json Allow plugins to extend swagger docs and fix pull payment test 2022-03-29 20:29:27 +02:00
swagger.template.lightning.common.json API: Add Lightning Payment info endpoint (#3557) 2022-04-12 18:01:58 +09:00
swagger.template.lightning.internal.json API: Add Lightning Payment info endpoint (#3557) 2022-04-12 18:01:58 +09:00
swagger.template.lightning.store.json API: Add Lightning Payment info endpoint (#3557) 2022-04-12 18:01:58 +09:00
swagger.template.misc.json Auto-detect language on payment page (#2552) 2021-07-27 08:17:56 +02:00
swagger.template.notifications.json Ensure Swagger docs are semantically and structurally correct (#3390) 2022-02-02 20:12:48 +09:00
swagger.template.payment-requests.json Fix Swagger, replacing additionalProperties by allOf 2022-04-21 12:12:30 +09:00
swagger.template.payout-processors.json Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
swagger.template.pull-payments.json Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
swagger.template.serverinfo.json Ensure Swagger docs are semantically and structurally correct (#3390) 2022-02-02 20:12:48 +09:00
swagger.template.stores-email.json Update BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-email.json 2022-03-26 21:46:40 +00:00
swagger.template.stores-payment-methods.json Fix Swagger, replacing additionalProperties by allOf 2022-04-21 12:12:30 +09:00
swagger.template.stores-payment-methods.lightning-network.json Fix Swagger, replacing additionalProperties by allOf 2022-04-21 12:12:30 +09:00
swagger.template.stores-payment-methods.lnurl.json Order swagger's docs tags 2022-04-21 12:30:49 +09:00
swagger.template.stores-payment-methods.on-chain.json Fix Swagger, replacing additionalProperties by allOf 2022-04-21 12:12:30 +09:00
swagger.template.stores-users.json Add Greenfield Store Email API 2022-03-26 21:46:40 +00:00
swagger.template.stores-wallet.on-chain.json Fix Swagger, replacing additionalProperties by allOf 2022-04-21 12:12:30 +09:00
swagger.template.stores.json Ensure Swagger docs are semantically and structurally correct (#3390) 2022-02-02 20:12:48 +09:00
swagger.template.users.json New API endpoint: Find 1 user by ID or by email, or list all users. (#3176) 2022-02-15 16:19:52 +01:00
swagger.template.webhooks.json Ensure Swagger docs are semantically and structurally correct (#3390) 2022-02-02 20:12:48 +09:00