Create Resident Payment: Propertyware REST

Create Resident Payment: Propertyware REST | Method | Interface | |---|---| | POST /v1/leases/payments | Leases |

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
resident_idstringRequired
The Propexo unique identifier for the resident
financial_account_idstringRequired
The Propexo unique identifier for the financial account
amount_in_centsintegerRequired
The amount of the resident payment, in cents
transaction_datestringRequired
The transaction date of the resident payment
payment_typeenumRequired
The type of payment used for the resident payment
reference_numberstringRequired
The reference number for the resident payment
descriptionstringOptional
Description of the resident payment

Response

Successful response
metaobject
resultobject

Errors