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

Display notice on Deposits List Screen to inform the merchant when their bank account has an error. #8332

Closed
jessy-p opened this issue Mar 6, 2024 · 1 comment · Fixed by #8347
Assignees
Labels
category: core WC Payments core related issues, where it’s obvious. component: payouts Issues related to Payouts focus: payouts type: bug The issue is a confirmed bug.

Comments

@jessy-p
Copy link
Contributor

jessy-p commented Mar 6, 2024

Description

Display a notice in Deposits list screen to inform the merchant when their bank account has an error.

Acceptance criteria

When Stripe sets a bank account to errored after a failed deposit, the merchant is informed via a notice on Deposits list screen

Designs

TBD

Testing instructions

  • Test with woocommerce-payments-server#4862
  • Visit the Stripe Express dashboard for your test WooPayments account (Payments → Overview → Account Details → Edit Details) and update the payout bank account to a failing test account, e.g. 110000000/000111111116
  • Use the Stripe Shell to create a manual deposit.
    stripe payouts create --stripe-account="acct_123" --amount="123" --currency="USD"
  • The bank account would be set to errored.

Dev notes

#8321
https://github.com/Automattic/woocommerce-payments-server/pull/4862

Additional context

TBD: how to handle for multiple currency --> bank account setups.

@jessy-p jessy-p added type: bug The issue is a confirmed bug. component: payouts Issues related to Payouts category: core WC Payments core related issues, where it’s obvious. labels Mar 6, 2024
@jessy-p jessy-p self-assigned this Mar 6, 2024
@jessy-p
Copy link
Contributor Author

jessy-p commented Mar 7, 2024

While implementing this on Payments > Overview, we can display the notice depending on the status of the external account in the selected currency (different tabs)

For Deposits List screen, we are displaying the paused notice if any of the currencies has a paused payout account.

@haszari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: core WC Payments core related issues, where it’s obvious. component: payouts Issues related to Payouts focus: payouts type: bug The issue is a confirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants