Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Workspace Admins can enable and issue Expensify Visa® Commercial Cards to manag
- Spend restrictions by employee and merchant
- Real-time visibility and cash back rewards

**Prerequisites:** You must be a workspace admin and have a U.S. business bank account connected to Expensify. See this guide on [connecting a business bank account](https://help.expensify.com/articles/new-expensify/wallet-and-payments/Connect-a-Business-Bank-Account).
**Prerequisites:**
1. Your primary login must be an email associated with your company's domain. See this guide on [updating your login](/articles/new-expensify/settings/Update-Email-Address).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anchor text violation: Per HELP_AUTHORING_GUIDELINES.md Section 7 ("Anchor Text Rules"), avoid vague anchors like "this guide" or "this article." Use descriptive task-based formats instead.

"See this guide on [updating your login]" should use a clearer pattern such as:

  • "Learn how to [update your email address]"

This also applies to line 21: "See this guide on [connecting a business bank account]" should become something like "Learn how to [connect a business bank account]".

2. You must be a Workspace Admin and have a U.S. business bank account connected to Expensify. See this guide on [connecting a business bank account](/articles/new-expensify/wallet-and-payments/Connect-a-Business-Bank-Account).
Comment on lines +20 to +21
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross-link placement violation: Per HELP_AUTHORING_GUIDELINES.md Section 7 ("Link Formatting"), links must not be placed inside numbered step instructions: "Do not place links inside numbered step instructions. Do not interrupt procedural flow with inline links."

These prerequisites are formatted as a numbered list with inline links, which violates this rule. Consider restructuring so the links appear after the numbered list, for example:

**Prerequisites:** 
1. Your primary login must be an email associated with your company's domain.
2. You must be a Workspace Admin and have a U.S. business bank account connected to Expensify.

Learn how to [update your email address](/articles/new-expensify/settings/Update-Email-Address) or [connect a business bank account](/articles/new-expensify/wallet-and-payments/Connect-a-Business-Bank-Account).


---

Expand Down
Loading