Beta Release: Deposit Summaries API Endpoints

Last updated: June 30, 2026

We’re excited to announce the release of new beta API endpoints that are now available for testing! These endpoints allow you to retrieve and update deposit summary data across supported PMS integrations.

Available Endpoints

1. Get all Deposit Summaries

2. Mark Deposit Summary as Paid


Setup Requirements

Before you can begin pulling deposit summary data, please complete the following setup steps:

Enable the required data models

  1. Go to your Propexo Models page and enable the deposit_summaries, residents, financial_accounts data models.

  2. Once enabled, verify success in the Propexo Data Access UI:

  • Navigate to Data Access in Propexo.

  • Locate Deposit Summaries, Residents, and Financial Accounts.

  • If the status does not show Success, click Re-test to confirm configuration.

Screenshot 2025-10-07 at 1.36.33 PM.png

Additional Requirements for Yardi Integrations

To successfully pull Deposit Summary data from Yardi, please ensure the following configuration steps are completed for each customer:

1. Configure the GL Account for Deposit Refunds

For each Yardi integration you must specify the GL Account number used for deposit refunds.
The API endpoint to set this configuration can be found here: Configure a Deposit Refund Account Number.

For Production integrations you'll want to work with your customer to confirm the correct GL Account number used for deposit refunds. If you'd like to determine this account number yourself during testing there are 2 ways to view GL accounts from Yardi:

1. In Yardi directly:
GL Accounts can be found in Voyager via > Setup > System > Review G/L Account. If the account code contains a hyphen, you must omit it from the request. For example, 1234-5678 becomes 12345678.

Screenshot 2025-10-13 at 1.12.23 PM.png

2. Via Propexo API:
Ensure the financial_accounts data model is enabled, run a sync, once the sync completes query the GET /financial-accounts endpoint:
https://docs.propexo.com/api-reference/pms-generic-ap-is/billing-and-payments/get-all-financial-accounts

Updating a deposit_summaries record


To successfully update a deposit_summaries record to be marked as paid, please ensure the following configuration steps are completed for each customer:

1. Identify the Bank Account used for Deposit Refunds

When updating a deposit_summaries record you'll pass in the Yardi Bank Account code here: https://docs.propexo.com/api-reference/yardi/deposit-summaries/update-deposit-summary-yardi#request.body.x_bank_id

For Production integrations you'll want to work with your customer to confirm which is the correct Bank Account code used for deposit refunds. If you'd like to determine this Bank Account code yourself during testing there is only 1 way to view Bank Accounts in Yardi:

Bank Accounts can be found in Voyager via > Setup > System > Review Bank Account

If you don't have access to this view in the Voyager UI you'll want to reach out to Yardi support directly to find a valid Bank Account code for your Yardi Integration during testing.

(Screenshot attached below)

Screenshot 2025-10-16 at 10.46.29 AM.png