-
Notifications
You must be signed in to change notification settings - Fork 68
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
Don't show an estimated deposit (payout) date in WooPayments UI #8175
Comments
What are your thoughts on priority of this one, @haszari? I'll move it to |
I want to get this wrapped up, we have a decision on this and should be quick to wrap up. Also I think it's important to remove the estimated date from the UI soon. |
Regarding tooltips, I'm not sure the best way to go about providing information succinctly as deposit timing is complex. A rough draft is something like:
I don't think that we would need to make any new documentation specifically to reference in a tooltip here, but if that seems to be an option worth exploring, let me know and I can see what's what :) |
This issue impacts Deposits, so assigning to Helix (based on team responsibilities Pc2DNy-3z-p2) @haszari . |
Just riffing off @csmcneill 's copy and thinking about how it could appear in the tooltip. Maybe bullet points would help organize the information and make it more scannable.
|
Looks good @elizaan36 ! Perhaps we can humanise/personalise it e.g.
|
Describe the bug
Currently we show an estimate for when the next deposit will be initiated on the
Payments > Overview
screen:This date is an estimate for when the deposit will be initiated, based on the merchant's deposit schedule, and our understanding of how payouts are handled in the platform backend (e.g. Stripe).
There are some limitations and challenges with this estimate:
The goal of this issue is to remove the estimated deposit date from the UI (and remove associated code to estimate the date). Instead of showing the date we'll show a help icon or
Learn more
link, empowering new merchants with information so they understand when they will get paid.To Reproduce
View
Payments > Overview
.Actual behavior
Expected behavior
Additional context
See also related issues:
The text was updated successfully, but these errors were encountered: