-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40916 from ren-jones/patch-73
Create Send-an-invoice.md
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: Send an invoice | ||
description: Notify a customer that a payment is due | ||
--- | ||
<div id="new-expensify" markdown="1"> | ||
|
||
You can send invoices directly from Expensify to notify customers that a payment is due. | ||
|
||
To create and send an invoice, | ||
|
||
{% include selector.html values="desktop, mobile" %} | ||
|
||
{% include option.html value="desktop" %} | ||
1. Click the + icon in the bottom left menu and select **Send Invoice**. | ||
2. Enter the amount due and click **Next**. | ||
3. Enter the email or phone number of the person who should receive the invoice. | ||
4. (Optional) Add additional invoice details, including a description, date, category, tag, and/or tax. | ||
5. Click **Send**. | ||
{% include end-option.html %} | ||
|
||
{% include option.html value="mobile" %} | ||
1. Tap the + icon in the bottom left menu and select **Send Invoice**. | ||
2. Enter the amount due and tap **Next**. | ||
3. Enter the email or phone number of the person who should receive the invoice. | ||
4. (Optional) Add additional invoice details, including a description, date, category, tag, and/or tax. | ||
5. Tap **Send**. | ||
{% include end-option.html %} | ||
|
||
{% include end-selector.html %} | ||
|
||
# How the customer pays an invoice | ||
|
||
Once an invoice is sent, the customer receives an automated email or text message to notify them of the invoice. They can use this notification to pay the invoice whenever they are ready. They will: | ||
|
||
1. Click the link in the email or text notification they receive from Expensify. | ||
2. Click **Pay**. | ||
3. Choose **Paying as an individual** or **Paying as a business**. | ||
4. Click **Pay Elsewhere**, which will mark the invoice as Paid. | ||
|
||
Currently, invoices must be paid outside of Expensify. However, the ability to make payments through Expensify is coming soon. | ||
|
||
# FAQs | ||
|
||
**How do I communicate with the sender/recipient about the invoice?** | ||
|
||
You can communicate with the recipient in New Expensify. After sending an invoice, Expensify automatically creates an invoice room between the invoice sender and the payer to discuss anything related to the invoice. You can invite users to join the conversation, remove them from the room, and leave the room at any time. | ||
|
||
**Can you import and export invoices between an accounting integration?** | ||
|
||
Yes, you can export and import invoices between Expensify and your QuickBooks Online or Xero integration. | ||
|
||
</div> |