Skip to content
New issue

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

Payment: Add ability to unsplit Stripe Balance Transaction #562

Open
arborrow opened this issue Feb 17, 2024 · 0 comments
Open

Payment: Add ability to unsplit Stripe Balance Transaction #562

arborrow opened this issue Feb 17, 2024 · 0 comments
Assignees
Labels
improvement issues that will improve existing functionality

Comments

@arborrow
Copy link
Owner

At the moment, there is no way to remove a Stripe Balance Transaction (SBT) that has more than one payment. In the case of refunds, it them makes it difficult to process the refund payout. While generally it is best not to give user's access to change a the SBT id associated with the payment, in this case it would be helpful. My thinking is that by updating the payment update method, we might check for the case where the amount is 0, the SBT id is not null and the payment method is reallocation. In that case, we could remove the SBT id and set it to null and append a note to the payment that the SBT id with the id number has been removed.

@arborrow arborrow added the improvement issues that will improve existing functionality label Feb 17, 2024
@arborrow arborrow self-assigned this Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement issues that will improve existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant