Create resident payment

POST
/v1/resident-payments/
Create a resident payment for an integration.

Request

This endpoint expects an object.
integration_idstringRequired
lease_idstringOptional
The Propexo unique identifier for the lease
financial_account_idstringOptional
The Propexo unique identifier for the financial account
resident_idstringOptional
The Propexo unique identifier for the resident
transaction_datedatetimeOptional
The transaction date of the resident payment
amount_in_centsintegerOptional
The amount of the resident payment, in cents
payment_method_rawenumOptional
The raw method of payment for the resident payment
send_email_receiptbooleanOptional
Indicates whether the payee would like to have a receipt emailed
descriptionstringOptional
Description of the resident payment
reference_numberstringOptional
The reference number for the resident payment
payment_typeenumOptional
The method of payment
charge_code_idstringOptional
The Propexo unique identifier for the charge code
notesstringOptional
Notes associated with the resident payment
batch_idstringOptional
An identifier for the transaction batch. This should be unique to your system.
property_idstringOptional
The Propexo unique identifier for the property
unit_idstringOptional
The Propexo unique identifier for the unit

Response

This endpoint returns an object.
job_idstring
The ID of the job created to handle this operation
dataobject

Errors