-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add verify business details notification #203
Labels
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
Comments
LevinMedia
added
the
needs design
The issue requires design input/work from a designer.
label
Sep 20, 2019
As part of this issue, on activation, the plugin should ping the accounts endpoint to see if an account has already been created and if identity/business details are missing/required. |
allendav
added
the
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
label
Sep 23, 2019
@marcinbot @luizreis ^^ this will need to work with https://github.com/Automattic/woocommerce-payments-server/issues/25 |
Updated the issue description for more detail. |
1 task
LevinMedia
removed
the
needs design
The issue requires design input/work from a designer.
label
Sep 27, 2019
LevinMedia
changed the title
Upon successful activation, display wordpress notification indicating the merchant must verify business details to begin using WooPayments
Add verify business details notification
Oct 4, 2019
Fixed by #212 |
gpressutto5
added a commit
that referenced
this issue
Sep 18, 2024
Co-authored-by: Guilherme Pressutto <gpressutto5@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
After the Stripe account has already been connected, sometimes Stripe might fail to verify the already provided KYC data or require more data. In such case, the
account
object returned by Stripe will contain arequirements
field.Periodically request the account information. If the
requirements
field is present and its subfieldscurrently_due
,past_due
oreventually_due
are not empty, then we should show a notification prompting the merchant to log in to the Stripe dashboard and provide the requested data.The text was updated successfully, but these errors were encountered: