Update a deposit
Updates the deposit with the given ID.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Body
The amount of the deposit.
x >= 0An arbitrary string attached to the object. Often useful for displaying to users.
Whether the deposit is handled externally or not. Usually this means the landlord or a third party has registered the deposit and will handle it.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
A hash containing details of the deposit scheme.
Response
The updated deposit. Otherwise, this call throws an error.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
deposit The amount of the deposit, in the smallest currency unit.
The application the deposit is associated with.
The ID of the user the deposit is assigned to.
The certificate identifier for the deposit.
The ISO 3166-1 alpha-2 country code where the deposit is held.
The three-letter ISO currency code of the deposit.
The customer the deposit is associated with.
An arbitrary description attached to the deposit.
Requirements outstanding to complete the deposit.
The time at which the deposit was returned to the customer.
Details of the deposit scheme the deposit is registered with.
The status of the deposit.
pending, active, disputed, pending_return, returned, null The time at which the deposit was transferred to the owner.
The ID of the unit the deposit is associated with.
The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.
The amount of the deposit, in the smallest currency unit, that has been refunded to the customer.
Whether the deposit is handled externally (e.g. by the landlord or a third party).
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
Whether the deposit has been returned to the customer.
Whether the deposit has been transferred to the owner.