Create resident payment
Create a resident payment for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
lease_id
The Propexo unique identifier for the lease
financial_account_id
The Propexo unique identifier for the financial account
resident_id
The Propexo unique identifier for the resident
transaction_date
The transaction date of the resident payment
amount_in_cents
The amount of the resident payment, in cents
payment_type
The method of payment
send_email_receipt
Indicates whether the payee would like to have a receipt emailed
description
Description of the resident payment
reference_number
The reference number for the resident payment
charge_code_id
The Propexo unique identifier for the charge code
notes
Notes associated with the resident payment
allocate_prepays
Whether to allocate prepays to the resident payment. This is a flag passed directly to Rent Manager
batch_id
An identifier for the transaction batch. This should be unique to your system.
property_id
The Propexo unique identifier for the property
unit_id
The Propexo unique identifier for the unit
Response
Successful response
job_id
The ID of the job created to handle this operation
data