Skip to content
Open
Show file tree
Hide file tree
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 @@ -89,6 +89,22 @@ To begin reimbursing:

---

## How to start Enable Global Reimbursements from the Pay report prompt

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.

Readability / heading violation: "How to start Enable Global Reimbursements from the Pay report prompt" is grammatically broken ("start Enable Global Reimbursements"). Rewrite as a clean task-based heading, e.g. ## How to enable global reimbursements from the Pay report prompt. Per HELP_AUTHORING_GUIDELINES.md Section 2, headings must be clear task-based phrases.


If your workspace has a verified USD business bank account that is not yet enabled for global reimbursements, and the submitter's deposit account is in a currency other than USD, Expensify prompts you at payment time instead of showing an error on the report.

The prompt is titled **Pay report** and reads: This submitter has a non-USD bank account. Enable global reimbursements to pay the report, or ask them to add a USD bank account.

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.

Readability: The quoted prompt text runs directly into the sentence after "reads:", so it is unclear where the UI copy begins and ends. Set the quoted prompt apart (e.g. as a blockquote or in quotation marks) so members can distinguish the exact on-screen text from the surrounding instruction.


1. Open the approved report and select **Pay**.
2. When the **Pay report** prompt appears, select **Enable Global Reimbursements**.
3. Complete the business information, agreement, and signer steps described above.

Selecting **Enable Global Reimbursements** opens the same setup flow you can start from **Account > Wallet**, beginning at the business information step.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Document the locked-account branch before promising setup

When the payer's account is locked, selecting Enable Global Reimbursements does not open the setup flow: EnableGlobalReimbursementsPayModal calls showLockedAccountModal() and only navigates to business information in the unlocked branch. Qualify this instruction (and the equivalent claim in the Pay Expenses FAQ) so locked users are not told to expect a wizard they cannot reach.

Useful? React with 👍 / 👎.


Selecting **Cancel** closes the prompt without paying, and the report stays in the **Approved** state. The report cannot be reimbursed directly until global reimbursements are enabled on the USD business bank account, or the submitter adds a USD deposit account.

---

# FAQ

## How do employees add their deposit-only accounts?
Expand Down
10 changes: 10 additions & 0 deletions docs/articles/new-expensify/wallet-and-payments/Pay-Expenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ Only bank accounts that match the report's currency appear as payment options. I

---

## Why do I see a Pay report prompt asking me to enable global reimbursements?

The **Pay report** prompt appears when your workspace's USD business bank account is not enabled for global reimbursements and the submitter's deposit account is in a currency other than USD. Expensify cannot send the payment until one of those changes.

Select **Enable Global Reimbursements** to start setting up global reimbursements on the USD business bank account, or select **Cancel** to close the prompt and ask the submitter to add a USD deposit account instead. Selecting **Cancel** leaves the report in the **Approved** state.

[Learn how to enable global reimbursements on a USD business bank account](/articles/new-expensify/wallet-and-payments/Global-Reimbursement-United-States).

---

## How do I pay a report with only non-reimbursable expenses?

Reports containing only non-reimbursable expenses (e.g., company card charges) cannot be paid via ACH through Expensify. Instead, select **Mark as paid** from the **Pay** button dropdown to close the report.
Loading