-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[No QA] Docs updates for E/A#92681 document Expensify Card spend rules #93354
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,8 +1,8 @@ | ||||||
| --- | ||||||
| title: Workspace Rules | ||||||
| description: Configure and manage rules for your workspace to enforce expense policies and automate compliance. | ||||||
| keywords: [New Expensify, workspace rules, expense rules, receipt requirements, category rules, self-approvals, prohibited expenses, disable Smartscan, automate expenses, subscription expense, non-reimbursable, default expense handling, control expenses, expense categorization, rule-based expenses, compliance, itemized receipt, itemized receipts required over, merchant rules, workspace merchant rules, auto-categorize by merchant] | ||||||
| internalScope: Audience is Workspace Admins on the Control plan. Covers enabling and managing workspace-level rules such as expense rules, prohibited expenses, category rules, tag rules, and report rules. Does not cover personal expense rules, Workspace Merchant Rules setup details, or troubleshooting specific rule outcomes. | ||||||
| keywords: [New Expensify, workspace rules, expense rules, receipt requirements, category rules, self-approvals, prohibited expenses, disable Smartscan, automate expenses, subscription expense, non-reimbursable, default expense handling, control expenses, expense categorization, rule-based expenses, compliance, itemized receipt, itemized receipts required over, merchant rules, workspace merchant rules, auto-categorize by merchant, spend rules, Expensify Card spend rules, block transactions, approve transactions] | ||||||
| internalScope: Audience is Workspace Admins on the Control plan. Covers enabling and managing workspace-level rules such as expense rules, merchant rules, prohibited expenses, category rules, tag rules, report rules, and Expensify Card spend rules. Does not cover personal expense rules, Workspace Merchant Rules setup details, or troubleshooting specific rule outcomes. | ||||||
| --- | ||||||
|
|
||||||
| # Workspace Rules | ||||||
|
|
@@ -68,6 +68,37 @@ To learn how to set up and manage Workspace Merchant Rules, see: | |||||
|
|
||||||
| --- | ||||||
|
|
||||||
| # How to configure Spend rules for Expensify Cards | ||||||
|
|
||||||
| Spend rules let Workspace Admins approve or decline Expensify Card transactions in realtime based on the merchant, spend category, and amount of each charge. They appear in the **Spend** section of the **Rules** tab and only show after the [Expensify Card](/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card) is enabled for the workspace. | ||||||
|
|
||||||
| Every Expensify Card includes built-in protection that always declines these charges: | ||||||
| - Adult services | ||||||
| - ATMs | ||||||
| - Gambling | ||||||
| - Money transfers | ||||||
|
|
||||||
| To add your own spend rule: | ||||||
|
|
||||||
| 1. In the **navigation tabs** (on the left on web, and at the bottom on mobile), click **Workspaces**. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Navigation phrasing violation: Per HELPSITE_NAMING_CONVENTIONS.md, the standard unified navigation instruction is:
The phrase should be "on the bottom on mobile" not "at the bottom on mobile".
Suggested change
|
||||||
| 2. Click your **workspace name**. | ||||||
| 3. Click **Rules**. | ||||||
| 4. In the **Spend** section, click **Add spend rule**. | ||||||
| 5. Set the **Restriction type**: | ||||||
| - **Allow** – Charges are approved if they match any merchant or category, and don't exceed a max amount. | ||||||
| - **Block** – Charges are declined if they match any merchant or category, or exceed a max amount. | ||||||
| 6. (Optional) Click **Add merchant** to restrict by merchant name, then choose a **Match type** of **Contains** or **Matches exactly**. | ||||||
| 7. (Optional) Set a **Spend category** to restrict. | ||||||
| 8. (Optional) Set a **Max amount**. Any charge over this amount is declined, regardless of the merchant and spend category restrictions. | ||||||
| 9. Click **Choose cards** to select which Expensify Cards the rule applies to. | ||||||
| 10. Click **Save rule**. | ||||||
|
|
||||||
| To edit or delete an existing rule, click the rule in the **Spend** section, make your changes, and click **Save rule** or **Delete rule**. | ||||||
|
|
||||||
| You can also apply a spend rule to a card while [issuing a new Expensify Card](/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card). | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| # How to configure the Prohibited Expenses Rule | ||||||
|
|
||||||
| Use this AI-powered rule to flag receipts with restricted purchases. | ||||||
|
|
@@ -175,6 +206,10 @@ This violation is triggered when an expense meets **any** of the following condi | |||||
|
|
||||||
| The **Require Company Card for All Purchases** rule only appears after at least one company card feed is connected to the workspace. If all company card feeds are removed, the rule will automatically disable. | ||||||
|
|
||||||
| ## Why don't I see the Spend section in Rules? | ||||||
|
|
||||||
| The **Spend** section only appears after the Expensify Card is enabled for the workspace. Enable it under **Workspaces > [Workspace Name] > More features**, then return to the **Rules** tab. | ||||||
|
|
||||||
| ## What happens if I disable eReceipts? | ||||||
|
|
||||||
| Disabling eReceipts hides any previously generated eReceipts. Re-enabling the feature will restore those receipts. | ||||||
|
|
||||||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heading hierarchy violation: Per HELP_AUTHORING_GUIDELINES.md Section 4 and the Pre-Publish Validation Checklist, only one
#heading (the article title) is allowed, plus an optional# FAQ. All content sections must use##. This should be## How to configure Spend rules for Expensify Cards.(Note: the existing file has the same issue with other
#headings — those are pre-existing violations outside this PR's scope, but new content should follow the standard.)