We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think these are the relevant API endpoints, payouts should be from the store (in BTC Payer stores are like bank accounts) that the user selects.
StoreOnChainWallets_CreateOnChainTransaction
https://docs.btcpayserver.org/api/v1/stores/{storeId}/payment-methods/OnChain/{cryptoCode}/wallet/transactions
StoreLightningNodeApi_PayInvoice
https://docs.btcpayserver.org/api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices/pay
The text was updated successfully, but these errors were encountered:
@all-contributors please add @johnsBeharry for project management and ideas
Sorry, something went wrong.
@jonathanpalma
I've put up a pull request to add @johnsBeharry! 🎉
No branches or pull requests
I think these are the relevant API endpoints, payouts should be from the store (in BTC Payer stores are like bank accounts) that the user selects.
Create store on-chain wallet transaction
StoreOnChainWallets_CreateOnChainTransaction
https://docs.btcpayserver.org/api/v1/stores/{storeId}/payment-methods/OnChain/{cryptoCode}/wallet/transactions
Pay Lightning Invoice
StoreLightningNodeApi_PayInvoice
https://docs.btcpayserver.org/api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices/pay
The text was updated successfully, but these errors were encountered: