Create a transfer
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Body
A positive integer representing the amount to transfer, in the smallest currency unit.
x >= 1Three-letter ISO currency code, in lowercase. Must be a supported currency.
gbp, usd, eur, sek "gbp"
The ID of the destination owner the funds are transferred to.
Whether to apply unit-specific fees to the transfer.
An arbitrary string attached to the object. Often useful for displaying to users.
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.
Additional data to apply to the resulting owner payment.
The reporting type used to categorize the transfer.
charge, rent, deposit, other The ID of the source transaction the transfer is associated with.
The ID of the unit the transfer is associated with.
Response
Returns the created transfer.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
transfer The amount transferred, in the smallest currency unit.
The ID of the building the transfer is associated with.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
gbp, usd, eur, sek "gbp"
An arbitrary string attached to the object. Often useful for displaying to users.
The owner the funds are transferred to.
The owner payment created as a result of this transfer.
The reporting type used to categorize the transfer.
The source invoice item the transfer is associated with.
The ID of the source transaction the transfer is associated with.
A string that identifies this transfer as part of a group.
The ID of the unit the transfer 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 that has been reversed, in the smallest currency unit.
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 transfer has been fully reversed.