From 5a9f9e425df2f2ff51214c2c3999aaaaf6333859 Mon Sep 17 00:00:00 2001 From: H'Liana <102633022+hliana-stripe@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:46:36 -0700 Subject: [PATCH] Update README.md (#181) Update list of components Signed-off-by: H'Liana <102633022+hliana-stripe@users.noreply.github.com> --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3350fdd..261dcc2 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,23 @@ FurEver showcases the integration between a platform's website, [Stripe Connect] The user will then onboard with Stripe via embedded onboarding. Thereafter, Connect embedded components will provide the UI surfaces for account management and dashboard UI elements with just a few lines of code. The demo website also uses the Stripe API to create test payments and payouts. This app also contains a basic authentication system. -FurEver makes use of the following Connect embedded components: +FurEver makes use of the following [Connect embedded components](https://docs.corp.stripe.com/connect/supported-embedded-components): - `` enables an embedded onboarding experience without redirecting users to Stripe hosted onboarding. - `` provides a list to display Stripe payments, refunds, and disputes. This also includes handling list filtering, pagination, and CSV exports. - `` provides a list to display Stripe payouts and balance. This also includes handling list filtering, pagination, and CSV exports. - `` allows users to edit their Stripe account settings without navigating to the Stripe dashboard. - `` displays a list of current and future risk requirements an account needs to resolve. +- `` displays a list of tax invoice documents. +- `` allows users to [set up Stripe Tax](https://docs.corp.stripe.com/tax/set-up). +- `` allows users to control their tax compliance settings. + +Additionally, the following [beta components](https://docs.corp.stripe.com/connect/supported-embedded-components#beta-components) are also used: + +- `` **beta** allows users to check their eligibility for financing, get an overview of their in-progress financing, and access the reporting page to review paydown transactions. +- `` **beta** renders a view of an individual [Financial Account](https://docs.corp.stripe.com/api/treasury/financial_accounts) +- `` **beta** provides a list of transactions associated with a financial account. +- `` **beta** provides a list of all the cards issued. ### Architecture