[Bug]: API Call - Update configured store automated payout processors - "Method Not Allowed"
See original GitHub issueWhat is your BTCPay version?
BTCPay Server v1.8.0
How did you deploy BTCPay Server?
I’m running BTCPay Server on a VPS, CLN deployment.
What happened?
When trying to run API call Update configured store onchain automated payout processors
https://docs.btcpayserver.org/API/Greenfield/v1/#operation/GreenfieldStoreAutomatedOnChainPayoutProcessorsController_UpdateStoreOnChainAutomatedPayoutProcessorForPaymentMethod
Using correct storeID and paymentMethod = BTC
We get Error: “Method Not Allowed”
When trying to run API call Update configured store Lightning automated payout processors
https://docs.btcpayserver.org/API/Greenfield/v1/#operation/GreenfieldStoreAutomatedLightningPayoutProcessorsController_UpdateStoreLightningAutomatedPayoutProcessor
Using correct storeID and paymentMethod = BTC-LightningNetwork
We get Error: “Method Not Allowed”
When trying to run alternate API call https://docs.btcpayserver.org/API/Greenfield/v1/#operation/GreenfieldStoreAutomatedOnChainPayoutProcessorsController_UpdateStoreOnChainAutomatedTransferSenderFactory
We get error “Not Found”
Note that we tried the above using a TEST api key with ALL permissions
@petzsch tried and got same error 405 “Method Not allowed”
Response Header shows ALLOW: DELETE
How did you encounter this bug?
Simply by calling the following API calls
Relevant log output
No response
What browser do you use?
Brave, Chromium, Safari
Additional information
No response
Are you sure this is a bug report?
- I confirm this is a bug report
Issue Analytics
- State:
- Created 6 months ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Hey @strnly,this was an API documentation mishap - try the same code but with the URLs
/api/v1/stores/{storeId}/payout-processors/LightningAutomatedPayoutSenderFactory
and/api/v1/stores/{storeId}/payout-processors/OnChainAutomatedPayoutSenderFactory
released new version 1.8.4 for this