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 @@ -97,6 +97,19 @@ If a card reaches its expiration date, it automatically deactivates and declines

---

## How to export Expensify Card data as CSV

You can bulk-select cards and export their details to a CSV file for reporting or reconciliation.

1. From the navigation tabs (on the left on web, and at the bottom on mobile), select **Workspaces > [Workspace Name] > Expensify Card**.

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.

Navigation phrasing: Per HELPSITE_NAMING_CONVENTIONS.md, the unified navigation instruction format is: "Click the navigation tabs (on the left on web, on the bottom on mobile)." This line uses "From the navigation tabs" instead of "Click the navigation tabs" and includes an extra "and" ("and at the bottom") that is not in the standard phrasing.

Note: The rest of the file uses the same "From the navigation tabs" pattern, so this may be intentional for file-level consistency. However, the governance standard specifies "Click the navigation tabs" as the canonical form. Consider aligning the whole file in a follow-up.

2. Select the checkboxes next to the cards you want to export. Use the checkbox in the header row to select all cards at once.
3. Click the **selected** dropdown that appears.

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.

UI label accuracy: The bold text selected should match the exact UI label and capitalization as shown in the product. Per HELPSITE_NAMING_CONVENTIONS.md: "Use the exact text shown in the product UI. Match capitalization exactly." If the dropdown shows "X Selected" (capitalized), this should be updated to match. Please verify against the actual UI and correct the casing if needed.

4. Select **Export as CSV**.
Comment on lines +104 to +107

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.

Naming and style / consistency: Steps 1, 2, and 4 use "Select" while step 3 uses "Click." Per HELPSITE_NAMING_CONVENTIONS.md, writing must be literal, exact, and consistent, avoiding stylistic variation. Consider using the same verb throughout these steps for a consistent user experience (e.g., "Select" or "Click" uniformly for similar UI interactions).


The downloaded CSV file includes the following columns for each selected card: email, name, last four digits, type (virtual or physical), limit type, and limit amount.

---

# How to freeze or unfreeze an Expensify Card

As a Workspace Admin, you can freeze or unfreeze any card in your workspace without needing to cancel or reissue it.
Expand Down
Loading