Create Resident Payment: Rent Manager

Create Resident Payment: Rent Manager | Method | |---| | POST /Payments |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
resident_idstringRequired
The Propexo unique identifier for the resident
transaction_datestringRequiredformat: "date-time"
The transaction date of the resident payment
notesstringRequired
Notes associated with the resident payment
amount_in_centsintegerRequired
The amount of the resident payment, in cents
reference_numberstringRequired
The reference number for the resident payment
charge_code_idstringOptional
The Propexo unique identifier for the charge code
allocate_prepaysbooleanOptional
Whether to allocate prepays to the resident payment. This is a flag passed directly to Rent Manager

Response

Successful response
metaobject
resultobject

Errors