Payments
List payments
Resources
- Tenancies
- Leases
- Bills
- Pending bills
- Payments
- Payouts
- Recurring bill items
- One time bill items
- Transactions
- Products
- Contacts
- Rent adjustment
- Categories
Payments
List payments
GET
/
payments
Authorization
string
*
Authorization
Required
string
Request
This request supports pagination.
Response
payments
array
id
string
The unique identifier for the payment
paymentDate
date
The date the payment was made
net
object
The net amount of the payment
currency
string
The currency code for the net amount (e.g., “DKK”)
amount
number
The amount of the net amount (e.g., 100.00)
fees
object
The fees subtracted from the payment
currency
string
The currency code for the fees amount (e.g., “DKK”)
amount
number
The amount of the fees amount (e.g., 100.00)
gross
object
The gross amount of the payment
currency
string
The currency code for the gross amount (e.g., “DKK”)
amount
number
The amount of the gross amount (e.g., 100.00)
payoutId
String
The payout that resulted from this payment
leaseId
String
The lease identifier that this payment was made to