Create Resident Payment: Buildium

Create Resident Payment: Buildium | Interface | Method | |---|---| | Lease Transactions | POST /leases/:leaseId/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
lease_idstringRequired
The Propexo unique identifier for the lease
financial_account_idstringRequired
The Propexo unique identifier for the financial account
transaction_datestringRequiredformat: "date-time"
The transaction date of the resident payment
amount_in_centsintegerRequired
The amount of the resident payment, in cents
payment_typeenumRequired
The type of payment used for the resident payment
send_email_receiptbooleanRequired
Indicates whether the payee would like to have a receipt emailed
resident_idstringOptional
The Propexo unique identifier for the resident
descriptionstringOptional
Description of the resident payment
reference_numberstringOptional
The reference number for the resident payment

Response

Successful response
metaobject
resultobject

Errors