Skip to main content

entity_transfers

Overview

Nameentity_transfers
TypeResource
Idlinode.account.entity_transfers

Fields

NameDatatypeDescription
createdstringWhen this transfer was created.
entitiesobjectA collection of the entities to include in this transfer request, separated by type.
expirystringWhen this transfer expires. Transfers will automatically expire 24 hours after creation.
is_senderbooleanIf the requesting account created this transfer.
statusstringThe status of the transfer request.

accepted: The transfer has been accepted by another user and is currently in progress. Transfers can take up to 3 hours to complete.

cancelled: The transfer has been cancelled by the sender.

completed: The transfer has completed successfully.

failed: The transfer has failed after initiation.

pending: The transfer is ready to be accepted.

stale: The transfer has exceeded its expiration date. It can no longer be accepted or cancelled.
tokenstringThe token used to identify and accept or cancel this transfer.
updatedstringWhen this transfer was last updated.

Methods

NameAccessible byRequired ParamsDescription
getEntityTransferSELECTtokenDEPRECATED. Please use Service Transfer View.
getEntityTransfersSELECTDEPRECATED. Please use Service Transfers List.
createEntityTransferINSERTdata__entitiesDEPRECATED. Please use Service Transfer Create.
deleteEntityTransferDELETEtokenDEPRECATED. Please use Service Transfer Cancel.
_getEntityTransferEXECtokenDEPRECATED. Please use Service Transfer View.
_getEntityTransfersEXECDEPRECATED. Please use Service Transfers List.
acceptEntityTransferEXECtokenDEPRECATED. Please use Service Transfer Accept.