Proper Docs home page
Search...
⌘K
Support
Platform
Platform
Search...
Navigation
Payments
The payment object
Documentation
API reference
API reference
Introduction
Authentication
Errors
Logs
Pagination
Versioning
Resources
Tenancies
Leases
Bills
Pending bills
Payments
The payment object
GET
List payments
Payouts
Recurring bill items
One time bill items
Transactions
Products
Contacts
Rent adjustment
Categories
On this page
Attributes
Payments
The payment object
Payments are all payments registered on a customer. Look at Payouts to find the corresponding payments on your bank account.
Attributes
id
string
The unique identifier for the payment
paymentDate
date
The date the payment was made
net
object
The net amount of the payment
Show child attributes
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
Show child attributes
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
Show child attributes
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
List pending bills
List payments
Assistant
Responses are generated using AI and may contain mistakes.