lnbits / splitpayments

MIT License
13 stars 7 forks source link

Implement Manual Trigger Endpoint for Executing Splits on Specific Wallets #16

Closed Opago-Pay closed 7 months ago

Opago-Pay commented 7 months ago

This pull request introduces a new POST endpoint that allows for the manual triggering of split executions on specific wallets.

Automatic split execution occasionally fails to trigger under certain conditions. To ensure reliability and control in these scenarios, we have developed an endpoint that addresses the challenge.

Implementation Details: Feature: A new POST endpoint is added. Functionality: This endpoint accepts a request body containing a wallet_id and an amount, enabling users to manually initiate split executions for the specified wallet.

Feedback on this implementation is welcomed to refine its functionality. We hope for collaborative improvement for the benefit of the community.