-
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.
New article
- Loading branch information
Showing
1 changed file
with
39 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,39 @@ | ||
--- | ||
title: Split an expense | ||
description: Divide an expense between multiple people | ||
--- | ||
<div id="new-expensify" markdown="1"> | ||
|
||
Splitting an expense allows the person who paid the bill to request money from multiple people who will split the cost with them. | ||
|
||
To split an expense with other people, | ||
|
||
{% include selector.html values="desktop, mobile" %} | ||
|
||
{% include option.html value="desktop" %} | ||
1. Click the + icon in the bottom left menu and select **Split Expense**. | ||
2. Upload a photo of your receipt, or manually enter the total bill amount. | ||
3. Click **Next**. | ||
4. Enter the names, email addresses, or phone numbers for the people you want to request money from. *Note: You can select multiple people.* | ||
5. Click **Next**. | ||
6. (Optional) Enter a reason for the request in the Description field. | ||
7. (Optional) If you manually entered the bill amount, add the merchant and date of purchase. | ||
8. Click **Split**. | ||
{% include end-option.html %} | ||
|
||
{% include option.html value="mobile" %} | ||
1. Tap the + icon at the bottom of the screen and select **Split Expense**. | ||
2. Take a photo of your receipt, or manually enter the total bill amount. | ||
3. Tap **Next**. | ||
4. Enter the names, email addresses, or phone numbers for the people you want to request money from. Note: You can select multiple people | ||
5. Tap **Next**. | ||
6. (Optional) Enter a reason for the request in the Description field. | ||
7. (Optional) If you manually entered the bill amount, add the merchant and date of purchase. | ||
8. Click **Split**. | ||
{% include end-option.html %} | ||
|
||
{% include end-selector.html %} | ||
|
||
Each person will receive an email or text with the details of the request. You can also chat with them about the expense in Expensify Chat, and you can receive payments through your Expensify Wallet or outside of Expensify. | ||
|
||
</div> |