Skip to content
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

DOCS: Create Split-an-expense.md #41391

Merged
merged 1 commit into from
May 1, 2024
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
39 changes: 39 additions & 0 deletions docs/articles/new-expensify/expenses/Split-an-expense.md
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>
Loading