You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stripe issuing balance topups are creating a lot of noise in our bank statements. Since they already aren't one-to-one with transactions, let's only do a topup when the topup_amount is greater than $5k
The text was updated successfully, but these errors were encountered:
## Summary of the problem
<!-- Why these changes are being made? What problem does it solve? Link
any related issues to provide more details. -->
There's a lot of noise in bank statements from a lot of small Stripe
topups.
Closes#10147
## Describe your changes
<!-- Explain your thought process to the solution and provide a quick
summary of the changes. -->
Modifies the topup job to return if the amount is less than 5k.
<!-- If there are any visual changes, please attach images, videos, or
gifs. -->
Stripe issuing balance topups are creating a lot of noise in our bank statements. Since they already aren't one-to-one with transactions, let's only do a topup when the
topup_amount
is greater than $5kThe text was updated successfully, but these errors were encountered: